Declarative data-binding for React based on MarsDB, inspired by Relay, Redux, Flux and Mithril.
- Declarative: Never again communicate with your data store using an imperative API. Simply declare your data requirements with flexible MarsDB cursors
- Colocation: Queries live next to the views that rely on them, so you can easily reason about your app.
- Mongo-like queries/mutations: Work with the data as always, MarsDB takes care of the rest.
The repository comes with an implementation of TodoMVC. To try it out:
git clone https://github.com/c58/marsdb-react.git
cd marsdb-react/examples/todomvc && npm install
npm start
Then, just point your browser at http://localhost:3000
.
I’m waiting for your pull requests and issues.
Don’t forget to execute gulp lint
before requesting. Accepted only requests without errors.
See License