mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 20:53:08 +00:00
1.4 KiB
1.4 KiB
id, title, layout, prev, next
| id | title | layout | prev | next |
|---|---|---|---|---|
| docs-common-questions | Common Questions | docs | tutorial.html | syntax.html |
What browsers does React support?
React supports the latest two Chrome, Firefox, Safari, and Internet Explorer versions. React can work with Internet Explorer 8 with polyfills.
How do I get React to support Internet Explorer 8?
React requires ES5 JavaScript shims to run in Internet Explorer 8. Include the ES5 Shims and shams and [console-polyfill)(https://github.com/paulmillr/console-polyfill/) to implement these shims.
Who uses React?
The Instagram website is built entirely in React. The Facebook website is also increasingly using React, including the common commenting plugin across the site.
I don't get it. React is confusing!
This blog post by a member of the React team talks about some of the reasons why React is designed the way that it is.
Can I integrate with other JavaScript libraries?
Absolutely! In fact, we encourage it! See our GitHub repo for a TodoMVC example using Backbone and a jQuery + Bootstrap modal demo.