transactions-redux-request
v0.1.35
Published
In the framework of transactions, this plugins helps you to automatically synchronize your normalizer app state given mutations that you on on the database server side
Downloads
34
Readme
transactions-redux-request
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 }])"