rtfeldman / seamless-immutable

Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
BSD 3-Clause "New" or "Revised" License
5.36k stars 194 forks source link

Add demo to readme #234

Open billymoon opened 6 years ago

billymoon commented 6 years ago

Add a link to an interactive demo, something like this:

https://gist.github.com/carbide-public/98ddd6b703267ee39a8b612d10483ae6

ckeeney commented 6 years ago

And a nice copy and paste for installing with both yarn and npm would be nice.