Learn the useContext Hook in React
What is React Context
Imagine for a moment that you have a react app with a single parent component that contains many levels of child components inside of it.
Now, imagine passing data from the uppermost component all the way down to the last child...
santhoshpemmaka.hashnode.dev3 min read