Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/modernpoacher/zashiki-react-redux
React + Redux + React Router + Sagas for Zashiki Karakuri
https://github.com/modernpoacher/zashiki-react-redux
Last synced: 7 days ago
JSON representation
React + Redux + React Router + Sagas for Zashiki Karakuri
- Host: GitHub
- URL: https://github.com/modernpoacher/zashiki-react-redux
- Owner: modernpoacher
- Created: 2020-06-25T09:16:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T03:36:07.000Z (7 months ago)
- Last Synced: 2024-04-14T01:02:40.374Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 8.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## `@modernpoacher/zashiki-react-redux`
# Zashiki React Redux
Implements *React* + *Redux* + *React Router* + *Sagas* for *Zashiki Karakuri*.
*Zashiki Karakuri* encourages composition and inheritance.
## Installation
```bash
npm i -P @modernpoacher/zashiki-react-redux
```## Usage
- Optionally, build the JS in `src` to `lib` (the published JS is built according to the configuration in `babel.config.js`)
- Import the built JS from `lib`## Structure
The structure should be self-evident under `src/app`:
- `actions` for action creators
- `components` for components
- `reducers` for reducers
- `sagas` for sagasUtilities 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).