Rebuild website

This commit is contained in:
Travis CI
2015-09-10 20:30:20 +00:00
parent fa87fc1234
commit 30dec0b6a0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ Minified build for production: <a href="https://fb.me/react-dom-0.14.0-rc1.min.j
<li><h4><a class="anchor" name="deprecation-of-react-tools"></a>Deprecation of react-tools <a class="hash-link" href="#deprecation-of-react-tools">#</a></h4>
<p>The <code>react-tools</code> package and <code>JSXTransformer.js</code> browser file <a href="/react/blog/2015/06/12/deprecating-jstransform-and-react-tools.html">have been deprecated</a>. You can continue using version <code>0.13.3</code> of both, but we no longer support them and recommend migrating to <a href="http://babeljs.io/">Babel</a>, which has built-in support for React and JSX.</p></li>
<li><h4><a class="anchor" name="compiler-optimizations"></a>Compiler optimizations <a class="hash-link" href="#compiler-optimizations">#</a></h4>
<p>React now supports two compiler optimizations that can be enabled in Babel. Both of these transforms <strong>should be enabled only in production</strong> (e.g., just before minifying your code) because although they improve runtime performance, they make warning messages more cryptic and skip important checks that happen in development mode, including propTypes.</p>
<p>React now supports two compiler optimizations that can be enabled in Babel 5.8.23 and newer. Both of these transforms <strong>should be enabled only in production</strong> (e.g., just before minifying your code) because although they improve runtime performance, they make warning messages more cryptic and skip important checks that happen in development mode, including propTypes.</p>
<p><strong>Inlining React elements:</strong> The <code>optimisation.react.inlineElements</code> transform converts JSX elements to object literals like <code>{type: &#39;div&#39;, props: ...}</code> instead of calls to <code>React.createElement</code>.</p>
+1 -1
View File
@@ -203,7 +203,7 @@ Minified build for production: <a href="https://fb.me/react-dom-0.14.0-rc1.min.j
<li><h4><a class="anchor" name="deprecation-of-react-tools"></a>Deprecation of react-tools <a class="hash-link" href="#deprecation-of-react-tools">#</a></h4>
<p>The <code>react-tools</code> package and <code>JSXTransformer.js</code> browser file <a href="/react/blog/2015/06/12/deprecating-jstransform-and-react-tools.html">have been deprecated</a>. You can continue using version <code>0.13.3</code> of both, but we no longer support them and recommend migrating to <a href="http://babeljs.io/">Babel</a>, which has built-in support for React and JSX.</p></li>
<li><h4><a class="anchor" name="compiler-optimizations"></a>Compiler optimizations <a class="hash-link" href="#compiler-optimizations">#</a></h4>
<p>React now supports two compiler optimizations that can be enabled in Babel. Both of these transforms <strong>should be enabled only in production</strong> (e.g., just before minifying your code) because although they improve runtime performance, they make warning messages more cryptic and skip important checks that happen in development mode, including propTypes.</p>
<p>React now supports two compiler optimizations that can be enabled in Babel 5.8.23 and newer. Both of these transforms <strong>should be enabled only in production</strong> (e.g., just before minifying your code) because although they improve runtime performance, they make warning messages more cryptic and skip important checks that happen in development mode, including propTypes.</p>
<p><strong>Inlining React elements:</strong> The <code>optimisation.react.inlineElements</code> transform converts JSX elements to object literals like <code>{type: &#39;div&#39;, props: ...}</code> instead of calls to <code>React.createElement</code>.</p>
+1 -1
View File
@@ -97,7 +97,7 @@ Minified build for production: &lt;a href=&quot;https://fb.me/react-dom-0.14.0-r
&lt;li&gt;&lt;h4&gt;&lt;a class=&quot;anchor&quot; name=&quot;deprecation-of-react-tools&quot;&gt;&lt;/a&gt;Deprecation of react-tools &lt;a class=&quot;hash-link&quot; href=&quot;#deprecation-of-react-tools&quot;&gt;#&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;The &lt;code&gt;react-tools&lt;/code&gt; package and &lt;code&gt;JSXTransformer.js&lt;/code&gt; browser file &lt;a href=&quot;/react/blog/2015/06/12/deprecating-jstransform-and-react-tools.html&quot;&gt;have been deprecated&lt;/a&gt;. You can continue using version &lt;code&gt;0.13.3&lt;/code&gt; of both, but we no longer support them and recommend migrating to &lt;a href=&quot;http://babeljs.io/&quot;&gt;Babel&lt;/a&gt;, which has built-in support for React and JSX.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;h4&gt;&lt;a class=&quot;anchor&quot; name=&quot;compiler-optimizations&quot;&gt;&lt;/a&gt;Compiler optimizations &lt;a class=&quot;hash-link&quot; href=&quot;#compiler-optimizations&quot;&gt;#&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;React now supports two compiler optimizations that can be enabled in Babel. Both of these transforms &lt;strong&gt;should be enabled only in production&lt;/strong&gt; (e.g., just before minifying your code) because although they improve runtime performance, they make warning messages more cryptic and skip important checks that happen in development mode, including propTypes.&lt;/p&gt;
&lt;p&gt;React now supports two compiler optimizations that can be enabled in Babel 5.8.23 and newer. Both of these transforms &lt;strong&gt;should be enabled only in production&lt;/strong&gt; (e.g., just before minifying your code) because although they improve runtime performance, they make warning messages more cryptic and skip important checks that happen in development mode, including propTypes.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inlining React elements:&lt;/strong&gt; The &lt;code&gt;optimisation.react.inlineElements&lt;/code&gt; transform converts JSX elements to object literals like &lt;code&gt;{type: &amp;#39;div&amp;#39;, props: ...}&lt;/code&gt; instead of calls to &lt;code&gt;React.createElement&lt;/code&gt;.&lt;/p&gt;