A Guide to useContext and React Context API
When building React applications, we typically share data across several components from parent to child via props. Passing data from parent to child components would be easy if just a few layers of components were involved.
As more components are in...
refine.hashnode.dev11 min read