- useContext vs Redux
- Advantages of using Redux Toolkit over Redux
- Explain Dispatcher.
- Explain Reducer.
- Explain Slice.
- Explain Selector.
- Explain createSlice and the configuration it takes.
- Practice making a store, and slices and do read and write operations using Redux Store
- Build Cart Flow using Redux Store