Redux starter and Redux toolkit
Redux is the easy way to have data stored on the application state, this helps us to manage the states. Redux toolkit simplifies the process of redux operation
things need for redux
Action
Reducer
Store
steps:
Designing the store
listing all th...
swapnilg671.hashnode.dev3 min read