react-action-router
v0.0.11
Published
A small url router for Flux apps, based on Actions
Downloads
3
Readme
React Action Router
An action based URL router for React.js with Flux
Principle
In the Flux architecture, UI state is kept in Stores, and these are modified by Actions.
Client side routing reflects a part of the applications state, and therefore should interact with Stores. Since interaction with Stores is otherwise via Actions, the router also ought to use this.
Hence, react-action-router.