React - Introduction to Context API: createContext and useContext
Difficulty: Intermediate
Duration: 7 minutes and 13 seconds
Students: 15
This lesson teaches you how to create a context and use a context with the React Context API.
Learning Objectives
- Learn what problem the Context API is trying to solve
- Learn how to implement a context
- Learn how to use context in a component
Intended Audience
This course is intended for anyone who wants to learn about React.
Prerequisites
Before starting this lesson, we recommend you take the following:
Covered Topics