Understanding the context of React's useContext Hook
Need for useContext Development in React got easier after the introduction Hooks in React v16. 8.0. Among the gems like useState and useEffect is the useContext Hook. Before we go further, lets consider a scenario where you have nested react componen...
Jul 13, 20213 min read171
