React + Redux for Zashiki
npm install @modernpoacher/zashiki-react-redux@modernpoacher/zashiki-react-reduxImplements React + Redux + React Router + Sagas for Zashiki Karakuri.
Zashiki Karakuri encourages composition and inheritance.
``bash`
npm i -P @modernpoacher/zashiki-react-redux
The structure should be self-evident under src/app:
- actions for action creatorscomponents
- for componentsreducers
- for reducerssagas
- for 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).