Skip to content

Redux Connect #1

Description

@nicolashemonic

Hi,
Can i connect a component to Redux with async rendering ?
Something like this would be great :

{/* Fetch data before render */} <Route async path="/page3" render={({ store: { dispatch } }) => dispatch(fetchSomething())} />

Or any pattern suggestion is welcome :)
Thanks !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions