0.1.35 • Published 6 years ago

transactions-redux-request v0.1.35

Weekly downloads
3
License
MIT
Repository
-
Last release
6 years ago

transactions-redux-request

npm version

This module helps to design maybe a lighter framework for optmistic synchronisation between backend and frontend, compared to relay, appollo-react. More in the spirit with tectonic, but closer to the redux-request spirit.

The documentation will come soon, for now you can see the tests to look at the simplicity of the api.

mongo demo --eval "db.todos.insert([{ text: 'buy some Quinoa', isDone: false }, { text: 'read Marx for good', isDone: false }, { text: 'stop being hipster', isDone: false }])"