Echo JS 0.11.0

<~>

xab 2557 days ago. link 2 points
Proxies, getters/setters and deep freeze - probably all of these can be used to emulate immutability to a certain extent :)
manabu 2557 days ago. link 2 points
Makes sense because mewts are immutable!
ch8230 2557 days ago. link 2 points
Interesting Idea to use proxy.  I'd let others know IE11 is not compatible with this library.
sdgluck 2557 days ago. link 1 point
Thanks! Re: IE11, I will be using BrowserStack to test across browsers soon, so will add the results to the readme!
tracker1 2557 days ago. link 2 points
Interesting...  may well play around with this, getting ready to add immutable to a React project.