Mastery Points
0
useContext Hook in react
Context & Logic
useContext works with the Context API to consume global data (like themes or auth) without manually passing props through every level of the component tree (solving prop drilling).
useContext works with the Context API to consume global data (like themes or auth) without manually passing props through every level of the component tree (solving prop drilling).