minus-squareRadiantDew@programming.devtoReact@programming.dev•You don't need external libraries for global state management in Reactlinkfedilinkarrow-up0·1 year agoJust 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. linkfedilink
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.