diff --git a/src/data/roadmaps/react/content/usecontext@D5_O-uElftYGQr_bTU_se.md b/src/data/roadmaps/react/content/usecontext@D5_O-uElftYGQr_bTU_se.md index 062c6d178..493fd9e86 100644 --- a/src/data/roadmaps/react/content/usecontext@D5_O-uElftYGQr_bTU_se.md +++ b/src/data/roadmaps/react/content/usecontext@D5_O-uElftYGQr_bTU_se.md @@ -1 +1,9 @@ -# useContext \ No newline at end of file +# 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: + +-[@official@Using the useContext](https://react.dev/reference/react/useContext) +-[@official@Understand the concept of context](https://react.dev/learn/passing-data-deeply-with-context)