From cce5f4e167b2193b41a748b25fb461cc2673ed0e Mon Sep 17 00:00:00 2001 From: SanderSpies Date: Thu, 19 Sep 2013 00:55:10 +0200 Subject: [PATCH] Give the user a warning when using unoptimized JSX code and send the user to the correct location in the documentation to optimize. --- docs/08-tooling-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/08-tooling-integration.md b/docs/08-tooling-integration.md index abe17706..4733f36e 100644 --- a/docs/08-tooling-integration.md +++ b/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. -## JSX +## JSX ### In-browser JSX Transform