Clarify what single-file HTML page is for

This commit is contained in:
Dan Abramov
2017-12-23 19:41:12 +00:00
committed by GitHub
parent ae7286f14a
commit 2c4b2b12a8

View File

@@ -17,5 +17,17 @@
);
</script>
<!--
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
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
-->
</body>
</html>