mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 03:42:14 +00:00
Update single-file-example.html
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
<title>Hello World</title>
|
||||
<script src="https://unpkg.com/react@16/umd/react.development.js"></script>
|
||||
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
|
||||
|
||||
<!-- Don't use this in production: -->
|
||||
<script src="https://unpkg.com/babel-standalone@6.15.0/babel.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
@@ -21,13 +23,14 @@
|
||||
Note: this page is a great way to try React but it's not suitable for production.
|
||||
It slowly compiles JSX with Babel in the browser and uses a large development build of React.
|
||||
|
||||
To set up a production-ready React build environment, follow these instructions:
|
||||
* https://reactjs.org/docs/add-react-to-a-new-app.html
|
||||
* https://reactjs.org/docs/add-react-to-an-existing-app.html
|
||||
Read this section for a production-ready setup with JSX:
|
||||
http://reactjs.org/docs/add-react-to-a-website.html#add-jsx-to-a-project
|
||||
|
||||
In a larger project, you can use an integrated toolchain that includes JSX instead:
|
||||
http://reactjs.org/docs/create-a-new-react-app.html
|
||||
|
||||
You can also use React without JSX, in which case you can remove Babel:
|
||||
* https://reactjs.org/docs/react-without-jsx.html
|
||||
* https://reactjs.org/docs/cdn-links.html
|
||||
https://reactjs.org/docs/react-without-jsx.html
|
||||
-->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user