DEV Community

Discussion on: Announcing new and simple state manager “Exome”

 
marcisbee profile image
Marcis Bergmanis

I'm using Proxy here that is not supported in IE11.

But I am keen on making it work on IE11 since I know in many companies whose clients use IE11 heavily. Will be investigating this in near future.

Thread Thread
 
marcisbee profile image
Marcis Bergmanis

Got curious and checked.
Actually IE11 support will be very easy add since I'm using very small part of Proxy Object and that part is supported via Proxy Polyfill.