React Basics 3 - Context, Props & State

Опубликовано: 19 Июнь 2026
на канале: Benjamin Brooke (benjaminadk)
53
1

In this video we go over the ways to provide data to your React Components. We build off of our example in React Basics 2. I will show you how to use State, Props and the newest feature of React - Context - to pass data to components. We do a simple example and then make things more complex. I make an error around 36 mintues. I spend a while debugging it live. If you want to skip to the answer go to 48 minutes.

Check out the code for this example at: https://github.com/benjaminadk/react-...
(note: make sure you are on branch 2/context)