In this video, I cover the useContext hook in more detail. The useContext hook is crucial to working with app level state in React! Instead of passing down your data through various layers of props, you can use a Context to access and manipulate the data from any component!

Check out the repo for this project!
https://github.com/devbrock/basic-context-api

Still confused? Check out the official React Docs here!
https://reactjs.org/docs/hooks-reference.html

#react #javascript

React Hooks Tutorial | The useContext Hook
2.10 GEEK