React: What is the browser version requirements for react16 ?

Created on 6 Sep 2017  路  8Comments  路  Source: facebook/react

React is not list the supported browser version, so i where could i find the browser version requirements for react16 ?

Most helpful comment

and the docs link, it is a bit hidden yes: https://facebook.github.io/react/docs/react-dom.html#browser-support

All 8 comments

The browser requirements a haven't changed for v16, it does require a few more polyfills though. but in general React supports es5 compliant browsers back to IE9

What about IE8 ?

I could not find the past browser requirements doc, could you give me a link here? :)

React dropped IE8 support at the beginning of last year in version 15: https://facebook.github.io/react/blog/2016/01/12/discontinuing-ie8-support.html

It suggests that it may still work in newer versions (and it may) but that gets more and more unlikely as each new version is released, and older code is cleaned up.

and the docs link, it is a bit hidden yes: https://facebook.github.io/react/docs/react-dom.html#browser-support

Tks very much ! :)

We do hope to define a more definitive list of supported browsers at some point, see https://github.com/facebook/react/issues/9301

Hi guys, I see If you use ssr than you not need use react, you can turn off bundle.js and work as simple page with routes! it's very cool if you haven't state..

Was this page helpful?
0 / 5 - 0 ratings