Completed
Video Start
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Implementing Redux-Based Store with Chakra UI Application
Automatically move to the next video in the Classroom when playback concludes
- 1 Video Start
- 2 Content intro
- 3 Redux Data Flow
- 4 Code walkthrough at GitHub starter and full code
- 5 Starting exercise from base Chakra UI code, ready with routes
- 6 Opening code in Visual Studio Code IDE
- 7 Adding react-redux modules into package.json
- 8 Add store backend using store.js
- 9 Adding agents src/agents.js
- 10 Implement component reducer code and combine all reducers
- 11 Add payload helper.js for dto.payload
- 12 Add redux support to component specific container
- 13 Implement component with Redux store
- 14 Add store and action based middleware
- 15 Recap all steps
- 16 Pushing all code to GitHub
- 17 Credits