MemotivaContext and State Management

What is React Context?

Context and State Management

Audio flashcard · 0:11

Nortren·

What is React Context?

0:11

React Context is a feature that lets you pass data through the component tree without manually passing props at every level. It is useful for global data such as the current user, theme, or language preference.