Intro to React useContext Hook
In React, context lets you pass data from a parent component down the component tree to its children components, without having to manually pass props down at each level. The useContext hook lets any component in the component tree read and subscribe...
ronjf.hashnode.dev2 min read