Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Practice Hooks in React !
You have completed Practice Hooks in React !
Preview
Use the `useContext` hook to solve the first challenge. After that, prepare for the second challenge.
Resources
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
First, in Authenticated.js,
we'll import useContext along with React.
0:00
Then, we'll import the context directly
from the file it's created in.
0:09
The useContext hook takes the context
object as an argument and
0:23
returns the current context.
0:27
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up