MemotivaContext and State Management

When should you avoid using Context?

Context and State Management

Audio flashcard · 0:13

Nortren·

When should you avoid using Context?

0:13

Context should be avoided when the data changes frequently, because every consumer re-renders when the context value changes. For frequently changing shared state, a dedicated state management library or local state is often a better choice.