Learn React Context Explained in 10 minutes - useContext

Опубликовано: 08 Октябрь 2024
на канале: Coding With Adam
12,788
245

In this video we learn about react context and the issue that it solves. We start with a demo application that uses props and refactor to an elegant solution that uses react context. If you enjoy this video please Subscribe, Like and Share.

Context provides a way to pass data through the component tree without having to pass props down manually at every level.

Github project
https://github.com/CodingWith-Adam/re...

Official Documentation:
https://reactjs.org/docs/context.html