diff --git a/content/roadmaps/103-react/content/100-react-fundamental-topics/108-basic-hooks/102-use-context.md b/content/roadmaps/103-react/content/100-react-fundamental-topics/108-basic-hooks/102-use-context.md new file mode 100644 index 000000000..2fe90d27d --- /dev/null +++ b/content/roadmaps/103-react/content/100-react-fundamental-topics/108-basic-hooks/102-use-context.md @@ -0,0 +1,8 @@ +# useContext Hook + +`useContext` hook is used to read and subscribe to context from your component. Context allows a parent component to pass data down the entire component tree below it. + +Free Content +Using the Context Hook +Learn useContext in 13 Minutes +How to useContext in React