on You don't need external libraries for global state management in React · c/react · 6 pts · 3yJust 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.
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.