This is an example of a TodoMVC app which uses redux-saga to do the asynchronous fetching.
On the server it is using nedb which is a lighweight, npm/node friendly mongo-like data store. It's using their in-memory DataStore to do basic create, read, update, delete operations.
$ npm install && npm run start
- handling failed actions in reducers
- adding tests for sagas
All contributions are welcome.
MIT