Using the useContext hook in React
Jul 25, 2022 · 4 min read · 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...
Join discussion



