ogre-js
v0.1.5
Published
Object graph manager, built with ReactJS in mind.
Readme
Ogre
Ogre is a simple object graph manager, built with ReactJS in mind. You can create light-weight cursors that 'view' subtree paths of the main object graph. You can also listen for changes anywhere in the graph.
You can use it in node/browserify:
npm install --save ogre-jsOr the browser:
bower install --save ogre-jsTodo
- Flesh out ReadMe
- Expand the docs
- Build some examples
