Working With React Context Hooks
“Context provides a way to pass data through the component tree without having to pass props down manually at every level.” — React
Without React Context …
When you need to tell a child component about a change in the state notified by the principal ...
damilare02.hashnode.dev2 min read