Skip to content

Make it easier to select query params, route params out of the store #6

Open
@SethDavenport

Description

@SethDavenport

Currently we just stick the raw URL in the store:

screen shot 2017-02-27 at 10 38 27 pm

This is enough to allow time travel over app routes, which is handy. However, consider

Contrast this with how react-router-redux does things:

screen shot 2017-02-27 at 10 43 43 pm

Breaking down the query params into an object; possibly also doing the same thing with route params, would make it much easier to make combination selectors from store and router state using select or @select.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions