PromptHub
Frontend 24 views

Context API

Quick Definition

React mechanism for sharing state without prop drilling

Full Definition

A React mechanism for sharing state across the component tree without prop drilling.

Examples

theme management, user authentication, global state

Related Terms

react state-management provider-pattern

More Frontend Terms