DEV Community

CodingWith-Adam
CodingWith-Adam

Posted on

React Context Explained in 10 minutes

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.

Top comments (0)