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