Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 556 Bytes

File metadata and controls

22 lines (16 loc) · 556 Bytes

Episode 12 - Let's Build Our Store

Theory Assignment:

  • 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.

Coding Assignment:

  • Practice making a store, and slices and do read and write operations using Redux Store
  • Build Cart Flow using Redux Store

References: