arqex / freezer

A tree data structure that emits events on updates, even if the modification is triggered by one of the leaves, making it easier to think in a reactive way.
MIT License
1.28k stars 56 forks source link

Make Freezer extendable (closes #22) #29

Closed kuraga closed 9 years ago

kuraga commented 9 years ago

All tests are green. Extending works. We can merge