Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
State Management in React - Context API useContext - React Tutorials for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Quick Overview
- 4 Creating Context
- 5 Adding the DataProvider
- 6 Moving State and Logic to Context
- 7 Refactoring Header with useContext
- 8 Refactoring Nav with useContext
- 9 Refactoring Home with useContext
- 10 Refactoring NewPost with useContext
- 11 Refactoring EditPost with useContext
- 12 Refactoring PostPage with useContext
- 13 App component clean up
- 14 Does it all need to be in context?
- 15 Component state vs shared state with context
- 16 Refactoring component states while keeping shared state in context