transactions-redux-request

0.1.35 • Public • Published

transactions-redux-request

npm version

icon icon 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

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 }])"

Readme

Keywords

none

Package Sidebar

Install

npm i transactions-redux-request

Weekly Downloads

0

Version

0.1.35

License

MIT

Last publish

Collaborators

  • ledoux