mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
The "Browser Support" section of react-dom indicates that IE9 and above is supported, but fails to note that the support does require additional polyfills in some cases. A link is added to the javascript environment docs which already explains the polyfills required (Map, Set and rAF).