Series 13: The Context API
The Context API is part of the React Zero to Hero course. In this section you'll work through The Context API, When to Use Context, Building a Theme Switcher with Context, and more. Use the links below to start learning.
- The Context API: A Deep Dive - Part 1
- The Context API: A Deep Dive - Part 2
- When to Use Context
- Building a Theme Switcher with Context - Part 1
- Building a Theme Switcher with Context - Part 2
- Combining Context with
useReducerfor Complex State - Part 1 - Combining Context with
useReducerfor Complex State - Part 2 - Context API Pitfalls