Browse Source

Give the user a warning when using unoptimized JSX code and send the user to the correct location in the documentation to optimize.

main
SanderSpies 11 years ago
parent
commit
cce5f4e167
  1. 2
      docs/08-tooling-integration.md

2
docs/08-tooling-integration.md

@ -20,7 +20,7 @@ We provide CDN-hosted versions of React [on our download page](/react/downloads.
We have instructions for building from `master` [in our GitHub repository](https://github.com/facebook/react). We build a tree of CommonJS modules under `build/modules` which you can drop into any environment or packaging tool that supports CommonJS. We have instructions for building from `master` [in our GitHub repository](https://github.com/facebook/react). We build a tree of CommonJS modules under `build/modules` which you can drop into any environment or packaging tool that supports CommonJS.
## JSX ## <a id="jsx">JSX</a>
### In-browser JSX Transform ### In-browser JSX Transform

Loading…
Cancel
Save