useContext is one of the three basic hooks React provides along with useEffect and useState, but probably used the least. Let's find out what it is and when to use it. What is Context? A typical way to pass data from a parent to child component in Re...
onigiri.hashnode.dev4 min read
No responses yet.