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

Interactive blog posts and documentation #96

Open viebel opened 7 years ago

viebel commented 7 years ago

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 like one guy did for immutable.js in this interactive article.

BTW, I come from clojurescript where immutable data structures are native.

Disclaimer: I'm the author of KLIPSE plugin

arqex commented 7 years ago

Thanks for the suggestion @viebel

I'll have a look at it :)