Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Split mapStateToProps into smaller functions, one for each container #2924

@fzzzy

Description

@fzzzy

In the Storybook documentation there is some rationale for why to do this:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions