mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
132 lines
5.5 KiB
HTML
132 lines
5.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<title>React | Common Questions</title>
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta property="og:title" content="React | Common Questions" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="http://facebook.github.io/react/docs/common-questions.html" />
|
|
<meta property="og:image" content="http://facebook.github.io/react/img/logo_og.png" />
|
|
<meta property="og:description" content="A JavaScript library for building user interfaces" />
|
|
|
|
<link rel="shortcut icon" href="/react/favicon.ico">
|
|
|
|
<link rel="stylesheet" href="/react/css/react.css">
|
|
<link rel="stylesheet" href="/react/css/syntax.css">
|
|
<link rel="stylesheet" href="/react/css/codemirror.css">
|
|
|
|
<script type="text/javascript" src="//use.typekit.net/vqa1hcx.js"></script>
|
|
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
|
|
|
|
<script type="text/javascript" src="/react/js/codemirror.js"></script>
|
|
<script type="text/javascript" src="/react/js/javascript.js"></script>
|
|
<script type="text/javascript" src="/react/js/react.min.js"></script>
|
|
<script type="text/javascript" src="/react/js/JSXTransformer.js"></script>
|
|
<script type="text/javascript" src="/react/js/live_editor.js"></script>
|
|
<script type="text/javascript" src="/react/js/showdown.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
<div class="nav-main">
|
|
<div class="wrap">
|
|
<a class="nav-home" href="/react/index.html">
|
|
<img class="nav-logo" alt="" src="/react/img/logo_small.png">
|
|
React
|
|
</a>
|
|
<ul class="nav-site">
|
|
<li><a href="/react/docs/getting-started.html" class="active">docs</a></li>
|
|
<li><a href="/react/support.html">support</a></li>
|
|
<li><a href="/react/downloads.html">download</a></li>
|
|
<li><a href="http://github.com/facebook/react">github</a>
|
|
</ul>
|
|
<!-- <iframe src="http://ghbtns.com/github-btn.html?user=facebook&repo=react.js&type=fork"allowtransparency="true" frameborder="0" scrolling="0" width="62" height="20"></iframe> -->
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<section class="content wrap documentationContent">
|
|
<div class="nav-docs">
|
|
<div class="nav-docs-section">
|
|
<h3>Getting started</h3>
|
|
<ul>
|
|
<li><a href="/react/docs/getting-started.html">Getting Started</a></li>
|
|
<li><a href="/react/docs/tutorial.html">Tutorial</a></li>
|
|
<li><a href="/react/docs/common-questions.html" class="active">Common Questions</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="nav-docs-section">
|
|
<h3>Reference</h3>
|
|
<ul>
|
|
<li><a href="/react/docs/syntax.html">JSX Syntax</a></li>
|
|
<li><a href="/react/docs/component-basics.html">Component Basics</a></li>
|
|
<li><a href="/react/docs/component-data.html">Component Data</a></li>
|
|
<li><a href="/react/docs/component-lifecycle.html">Component Lifecycle</a></li>
|
|
<li><a href="/react/docs/event-handling.html">Event Handling</a></li>
|
|
<li><a href="/react/docs/advanced-components.html">Advanced Components</a></li>
|
|
<li><a href="/react/docs/mixins.html">Mixins</a></li>
|
|
<li><a href="/react/docs/api.html">API</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="inner-content">
|
|
<h1>Common Questions</h1>
|
|
<div class="subHeader"></div>
|
|
<h3>What browsers does React support?</h3>
|
|
|
|
<p>React supports the latest two Chrome, Firefox, Safari, and Internet Explorer versions. React can work with Internet Explorer 8 with polyfills.</p>
|
|
|
|
<h3>How do I get React to support Internet Explorer 8?</h3>
|
|
|
|
<p>React requires ES5 JavaScript shims to run in Internet Explorer 8. Include the <a href="https://github.com/kriskowal/es5-shim">ES5 Shims</a> to implement these shims.</p>
|
|
|
|
<h3>Who uses React?</h3>
|
|
|
|
<p>The <a href="http://instagram.com/">Instagram</a> website is built entirely in React. The <a href="https://www.facebook.com/">Facebook</a> website is also increasingly using React, including the common commenting plugin across the site.</p>
|
|
|
|
<h3>I don't get it. React is confusing!</h3>
|
|
|
|
<p><a href="http://www.quora.com/Pete-Hunt/Posts/React-Under-the-Hood">This blog post by a member of the React team</a> talks about some of the reasons
|
|
why React is designed the way that it is.</p>
|
|
|
|
<h3>Can I integrate with other JavaScript libraries?</h3>
|
|
|
|
<p>Absolutely! In fact, we encourage it! See <a href="http://github.com/facebook/react/">our GitHub repo</a> for a <a href="https://github.com/facebook/react/tree/master/examples/todomvc-backbone">TodoMVC example using Backbone</a> and a <a href="https://github.com/facebook/react/tree/master/examples/jquery-bootstrap">jQuery + Bootstrap modal demo</a>.</p>
|
|
|
|
|
|
<div class="docs-prevnext">
|
|
|
|
<a class="docs-prev" href="/react/docs/tutorial.html">← Prev</a>
|
|
|
|
|
|
<a class="docs-next" href="/react/docs/syntax.html">Next →</a>
|
|
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
<footer class="wrap">
|
|
<div class="left">A Facebook & Instagram collaboration.</div>
|
|
<div class="right">© 2013 Facebook Inc.</div>
|
|
</footer>
|
|
</div>
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
ga('create', 'UA-41298772-1', 'facebook.github.io');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|