0.0.2 • Published 7 years ago

two-trees v0.0.2

Weekly downloads
4
License
Unlicense
Repository
github
Last release
7 years ago

two-trees

are a react inspired virtual dom and a 'virtual data object model' ;-).
Both trees encapsulate either your view or your data with a node structure.
You can create components to use with the view-tree and the data-tree has build in undo/redo functionality.

This project is under development. Play with it but use it on your owen risk.

usage

    
    npm install two-trees --save
    
    # or (better for now)
     
    git clone https://github.com/jarends/two-trees.git 
      

License

two-trees is free and unencumbered public domain software. For more information, see http://unlicense.org/ or the accompanying UNLICENSE file.