useContext

Learn how to use Hooks to pass data throughout your app without manually passing props down the tree.

Why use useContext()?

This Hook only expects one parameter: a context ...