freezer icon indicating copy to clipboard operation
freezer copied to clipboard

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.

Results 15 freezer issues
Sort by recently updated
recently updated
newest added

Hi, First, we want to thank you for this library. We loved it and we loved the way it simplify react interaction... We found recently an issue in our code...

Hi, I just read your great article http://arqex.com/991/json-editor-react-immutable-data I'd like to suggest you to make your didactic materials interactive: docs/README/blog posts. For that purpose, you could use the [KLIPSE plugin](https://github.com/viebel/klipse)...

~~1) Tag 1c17fe3743e45bf7934a585ab11d202b2741c992 as `v0.9.4`, please.~~ 2) Propose to use `===`/`!==` instead of `==`/`!=`. 3) Same for tests: `strictEqual`/`notStrictEqual` instead of `equal`/`notEqual`. 4) Is [this](https://github.com/arqex/freezer/blob/master/tests/freezer-spec.js#L24-L29) `assert.deepEqual(data, example);` instead? 5) What...

Add Travis, Sauce Labs, cover, linting and badges