@modernpoacher/zashiki-react-redux
v2.10.185
Published
React + Redux for Zashiki
Readme
@modernpoacher/zashiki-react-redux
Zashiki React Redux
Implements React + Redux + React Router + Sagas for Zashiki Karakuri.
Zashiki Karakuri encourages composition and inheritance.
Installation
npm i -P @modernpoacher/zashiki-react-reduxStructure
The structure should be self-evident under src/app:
actionsfor action creatorscomponentsfor componentsreducersfor reducerssagasfor sagas
Utilities are in common and transformers are in transformers.
In addition, there is src/isomorphic for isomorphic rendering functions and src/api for Ajax (implemented with Axios).
