4
You don't need external libraries for global state management in React
(prophet-bestman.hashnode.dev)
A community for discussing anything related to the React UI framework and it's ecosystem.
Icon base by Skoll under CC BY 3.0 with modifications to add a gradient
Just curious - have you applied this in big React applications?
The reason I'm asking is because all context consumers get re-rendered immediately upon context value update. It might be ok for small apps but bigger apps can suffer.
Small to medium this can definitely work, large scale ( ex. Airbnb ) still works better with redux but i still see people misusing redux in smaller apps where you don't really need it
It's not just redux people really like to overengineer stuff nowadays