Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josephbuchma/sagamegadrive
https://github.com/josephbuchma/sagamegadrive
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/josephbuchma/sagamegadrive
- Owner: josephbuchma
- Created: 2018-05-12T18:49:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T23:49:26.000Z (over 6 years ago)
- Last Synced: 2024-11-16T06:38:24.555Z (about 2 months ago)
- Language: JavaScript
- Size: 157 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Saga Mega Drive
Experimental 100% redux-saga driven reactjs experience.
### Install
```
npm install --save sagamegadrive
```### Examples
- [Counter](https://github.com/josephbuchma/sagamegadrive/blob/master/examples/counter/index.js):
- Clone this repo
- `cd` examples/counter
- `npm install && npm run build && npm run serve`
- Open browser at `localhost:5000`### TODO
- Wrap each generator action and check if there was nothing but `SET_STATE`,
and if so, then don't push 'completed' action.
- Make put & receive 'completed' to make replacement for 'call' that will be
traceable in log.