You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A react application that make use of Redux to store, fetch and modify global state. The global state contains movie and song names fetched from an API.
Movie and song names are fetched from an API using .
Global state is maintained using Redux.
PS: This small project is created to understand Redux Toolkit
About
A react application that make use of Redux to store, fetch and modify global state. The global state contains movie and song names fetched from an API.