▲ mewt: immutability in under one kilobyte at github.com▼12 up and 0 down, posted by sdgluck 2790 days ago 6 comments
xab 2789 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 :)
scottcorgan 2788 days ago. link 2 points ▲ ▼That's what this does ... https://github.com/scottcorgan/immu
ch8230 2790 days ago. link 2 points ▲ ▼Interesting Idea to use proxy. I'd let others know IE11 is not compatible with this library.
sdgluck 2790 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 2790 days ago. link 2 points ▲ ▼Interesting... may well play around with this, getting ready to add immutable to a React project.