Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/UXtemple/redux-pouch
PouchDB backed redux.
https://github.com/UXtemple/redux-pouch
Last synced: 3 months ago
JSON representation
PouchDB backed redux.
- Host: GitHub
- URL: https://github.com/UXtemple/redux-pouch
- Owner: UXtemple
- Created: 2015-10-02T09:04:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T13:05:22.000Z (about 9 years ago)
- Last Synced: 2024-09-22T04:10:55.947Z (4 months ago)
- Language: JavaScript
- Size: 367 KB
- Stars: 30
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changes.es6
Awesome Lists containing this project
- awesome-starred - UXtemple/redux-pouch - PouchDB backed redux. (others)
README
# redux-pouch
[![Build
Status](https://travis-ci.org/UXtemple/redux-pouch.svg)](https://travis-ci.org/UXtemple/redux-pouch)[PouchDB](http://pouchdb.com) backed [redux](https://github.com/rackt/redux).
![demo](demo.gif?raw=true)
WIP. Stuff has to change.
It uses [redux-promise](https://github.com/acdlite/redux-promise/tree/sequence).
See [playground](playground/) for an example. Mainly [actions](playground/boxes/actions.es6),
[db](playground/boxes/db.es6), [feed](playground/boxes/feed.es6) and the
[reducer](playground/boxes/reducer.es6).Run it with `npm start` after `npm install` :). It waits on [http://localhost:3000](http://localhost:3000).
[This started it](https://twitter.com/dariocravero/status/649685584135372800).
Thanks to @svnlto [for](https://twitter.com/svenlito/status/649734486771531776) the [inspiration](https://gist.github.com/svnlto/975f4432f46ed111012a).License MIT.
With <3 by UXtemple.