Back to Developer Roadmap

useContext

src/data/roadmaps/react/content/usecontext@D5_O-uElftYGQr_bTU_se.md

4.0580 B
Original Source

useContext

The useContext Hook lets us share data between components without having to pass props down through every level of the component tree. This is particularly useful when many components need to access the same data or when components are deeply nested.

Visit the following resources to learn more: