Using the useContext hook in React
Sometimes when you're building an app in React, it can be difficult to pass props from one component to another without prop drilling. One of the in-built tools that React has to tackle this issue is the useContext hook.
The React's Context allows yo...
lauratodd.hashnode.dev4 min read