Skip to content

v3.0.0-alpha.8

Choose a tag to compare

@nkbt nkbt released this 17 Mar 22:52
· 133 commits to master since this release

Store-less component-router. Redux Store should be initialized outside of component-router and passed to it. That enables to create universal-js implementation of component-router eliminating singleton store object.

See react-component-router for React bindings (using Provider to bind store to React components)