I’m expanding my React knowledge so that I can build better apps.
One of my learning resources is the Udemy course Complete React Developer in 2019 (w/ Redux, Hooks, GraphQL).
I’ve been familiar with the basic setup of React’s Context API. But there are some nuances, of course.
Below are some blog posts to get you started on the topic.
Further Reading
- How the useContext Hook Works by Dave Ceddia
- Redux vs. The React Context API by Dave Ceddia
- React’s Context API explained: Provider and Consumer by Robin Wieruch
- React Docs: Context