Getting Started with Redux
Content
Why use Redux?
Why not to use Redux?
Step by step implementation of Redux
React-Redux Hooks
userSelector
useDispatch
@Reduxjs/toolkit
configureStore
createSlice
Why use Redux?
Redux is used for state management. It is used to pass th...
mature-dev.hashnode.dev4 min read