Understanding Context API
What is Context API?
This provides a way of passing down values from the parent component to its child component within the component tree.
Making use of this approach avoids manually passing down props down a component tree.
How to use context API
...
kenedev.hashnode.dev3 min read
Braydon Coyer
Sr Front End Developer, DOM Artist. https://braydoncoyer.dev/
Nicely explained!