-
The readme doesn't mention it and I could not find it in the official documentation site either. The closest I could find was this comment on a GitHub issue that mentions that it should work provided one polyfills Context: My organisation still needs to support IE11 for a bit longer and we are currently evaluating atom-based state management libraries to move away from redux. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
In terms of transpilation, our ESM build is for modern browsers, and our CJS build is traditional browsers. |
Beta Was this translation helpful? Give feedback.
In terms of transpilation, our ESM build is for modern browsers, and our CJS build is traditional browsers.
But, I don't think we can list supported browsers only from it...
The comments in #48 still hold. It uses
Map
,Set
,Symbol
andWeakMap
, which may not work on old browsers.If IE11 support is a requirement, my suggestion is zustand, which is not atom based, though.