React Context API - monello/complete-react-guide-2024 GitHub Wiki

The Context API

A way to better manage application state and redcue prop-drilling, but not as complicated as Redux

Step 1: Creating and Providing Context

Step 2: Consuming Context in a child component

Step 3: Hooking up Context with State