Page Topics
[ ] Introduction to Redux Toolkit.
[ ] Getting Started with redux.
[ ] Actions in Redux.
[ ] Store in Redux
[ ] Reducer in Redux.
[ ] Multiple Reducer
[ ] immer
[ ] middleware
[ ] async actions
[ ] Introduction to Redux Toolkit
[ ] createSlice
[ ] configuring store
[ ] adding logger middleware in rtk
[ ] extra reducers
[ ] Async Actions with rtk