Back to course

Introduction to the Context API

React JS 0 to Hero: The Complete Guide

Global State Management

Context API provides a way to pass data through the component tree without having to pass props down manually at every level (Prop Drilling).