@modernpoacher/zashiki-react-redux
v2.7.488
Published
React + Redux for Zashiki
Downloads
3,443
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-redux
Usage
- Optionally, build the JS in
src
tolib
(the published JS is built according to the configuration inbabel.config.js
) - Import the built JS from
lib
Structure
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).