For further actions, you may consider blocking this person and/or reporting abuse
Read next
How do I display images from Google Drive on a website?
Rukesh Basukala -
OKX DEX API Essentials: Single and Cross-Chain Swaps on Avalanche C-Chain
Julian Martinez -
Why Code Reuse is Important in the Age of AI
John Brooks -
Sortie de TypeScript 5.7 RC, nouvelle alternative à npm, avenir des frameworks JavaScript - Cette semaine en JS
Guillaume Sere -
Top comments (1)
TL;DNR: Context is a means by which an external state management capability can be acquired (e.g. get a hold of Redux to subscribe to the store; the "value" in Context used to subscribe to the store never changes while the application is running). Context itself is not for state management.
Why React Context is Not a "State Management" Tool (and Why It Doesn't Replace Redux)
Quote:
If you decide to look into Redux, Mark Erikson recommends to start with Redux Toolkit.