Merge pull request #362 from elyobo/extend-browser-support-notes

Note that polyfills are required for some supported browsers too.
This commit is contained in:
Alex
2017-11-28 15:33:10 -08:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ The `react-dom` package provides DOM-specific methods that can be used at the to
### Browser Support
React supports all popular browsers, including Internet Explorer 9 and above.
React supports all popular browsers, including Internet Explorer 9 and above, although [some polyfills are required](/docs/javascript-environment-requirements.html) for older browsers.
> Note
>