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
The TL;DR though is that every time we dispatch an action, we need to recalculate the new props and possibly re-render components. Instead, we can batch actions into a single dispatch, cutting down on the number of re-renders necessary
The text was updated successfully, but these errors were encountered:
See here for why this is a better idea
The TL;DR though is that every time we dispatch an action, we need to recalculate the new props and possibly re-render components. Instead, we can batch actions into a single dispatch, cutting down on the number of re-renders necessary
The text was updated successfully, but these errors were encountered: