For further actions, you may consider blocking this person and/or reporting abuse
Read next
Let's Boxing - Train Boxing Anywhere 🥊
Gabriel -
A Complete Guide to React useEffect vs useLayoutEffect for Beginners
Rajesh Dhiman -
WebSocket: The Backbone of Real-Time Communication in Modern Web Applications
Abhishek Jaiswal -
Cloud Computing Beyond Containers: How Cloudflare’s Isolates Are Changing the Game
Harsh boricha -
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.