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
{{ message }}
This repository was archived by the owner on Jan 17, 2023. It is now read-only.
Each container will have its own mapStateToProps and mapDispatchToProps that provide the bare minimum state and actions required for the view to function, eliminate any potentially-expensive changes to the DOM from irrelevant changes to the store.
We should spend some time determining which containers would benefit from having their own mapStateToProps.
In the Storybook documentation there is some rationale for why to do this:
We should spend some time determining which containers would benefit from having their own mapStateToProps.