You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Easy State implements an optimal `shouldComponentUpdate` for your components, so you don't have to worry about doing it by hand.
67
+
59
68
As a result the state is always fresh and a stable and fresh view is always achieved before the next repaint with the minimal number of required renders.
0 commit comments