{"componentChunkName":"component---src-templates-blog-js","path":"/blog/2015/03/10/react-v0.13.html","result":{"data":{"markdownRemark":{"html":"<p>Today, we’re happy to release React v0.13!</p>\n<p>The most notable new feature is <a href=\"/blog/2015/01/27/react-v0.13.0-beta-1.html\">support for ES6 classes</a>, which allows developers to have more flexibility when writing components. Our eventual goal is for ES6 classes to replace <code class=\"gatsby-code-text\">React.createClass</code> completely, but until we have a replacement for current mixin use cases and support for class property initializers in the language, we don’t plan to deprecate <code class=\"gatsby-code-text\">React.createClass</code>.</p>\n<p>At EmberConf and ng-conf last week, we were excited to see that Ember and Angular have been working on speed improvements and now both have performance comparable to React. We’ve always thought that performance isn’t the most important reason to choose React, but we’re still planning more optimizations to <strong>make React even faster</strong>.</p>\n<p>Our planned optimizations require that ReactElement objects are immutable, which has always been a best practice when writing idiomatic React code. In this release, we’ve added runtime warnings that fire when props are changed or added between the time an element is created and when it’s rendered. When migrating your code, you may want to use new <code class=\"gatsby-code-text\">React.cloneElement</code> API (which is similar to <code class=\"gatsby-code-text\">React.addons.cloneWithProps</code> but preserves <code class=\"gatsby-code-text\">key</code> and <code class=\"gatsby-code-text\">ref</code> and does not merge <code class=\"gatsby-code-text\">style</code> or <code class=\"gatsby-code-text\">className</code> automatically). For more information about our planned optimizations, see GitHub issues\n<a href=\"https://github.com/facebook/react/issues/3226\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">#3226</a>,\n<a href=\"https://github.com/facebook/react/issues/3227\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">#3227</a>,\n<a href=\"https://github.com/facebook/react/issues/3228\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">#3228</a>.</p>\n<p>The release is now available for download:</p>\n<ul>\n<li><strong>React</strong><br>\nDev build with warnings: <a href=\"https://fb.me/react-0.13.0.js\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">https://fb.me/react-0.13.0.js</a><br>\nMinified build for production: <a href=\"https://fb.me/react-0.13.0.min.js\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">https://fb.me/react-0.13.0.min.js</a>  </li>\n<li><strong>React with Add-Ons</strong><br>\nDev build with warnings: <a href=\"https://fb.me/react-with-addons-0.13.0.js\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">https://fb.me/react-with-addons-0.13.0.js</a><br>\nMinified build for production: <a href=\"https://fb.me/react-with-addons-0.13.0.min.js\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">https://fb.me/react-with-addons-0.13.0.min.js</a>  </li>\n<li><strong>In-Browser JSX transformer</strong><br>\n<a href=\"https://fb.me/JSXTransformer-0.13.0.js\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">https://fb.me/JSXTransformer-0.13.0.js</a></li>\n</ul>\n<p>We’ve also published version <code class=\"gatsby-code-text\">0.13.0</code> of the <code class=\"gatsby-code-text\">react</code> and <code class=\"gatsby-code-text\">react-tools</code> packages on npm and the <code class=\"gatsby-code-text\">react</code> package on bower.</p>\n<hr>\n<h2 id=\"changelog\"><a href=\"#changelog\" aria-hidden class=\"anchor\"><svg aria-hidden=\"true\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Changelog </h2>\n<h3 id=\"react-core\"><a href=\"#react-core\" aria-hidden class=\"anchor\"><svg aria-hidden=\"true\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>React Core </h3>\n<h4 id=\"breaking-changes\"><a href=\"#breaking-changes\" aria-hidden class=\"anchor\"><svg aria-hidden=\"true\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Breaking Changes </h4>\n<ul>\n<li>Deprecated patterns that warned in 0.12 no longer work: most prominently, calling component classes without using JSX or React.createElement and using non-component functions with JSX or createElement</li>\n<li>Mutating <code class=\"gatsby-code-text\">props</code> after an element is created is deprecated and will cause warnings in development mode; future versions of React will incorporate performance optimizations assuming that props aren’t mutated</li>\n<li>Static methods (defined in <code class=\"gatsby-code-text\">statics</code>) are no longer autobound to the component class</li>\n<li><code class=\"gatsby-code-text\">ref</code> resolution order has changed slightly such that a ref to a component is available immediately after its <code class=\"gatsby-code-text\">componentDidMount</code> method is called; this change should be observable only if your component calls a parent component’s callback within your <code class=\"gatsby-code-text\">componentDidMount</code>, which is an anti-pattern and should be avoided regardless</li>\n<li>Calls to <code class=\"gatsby-code-text\">setState</code> in life-cycle methods are now always batched and therefore asynchronous. Previously the first call on the first mount was synchronous.</li>\n<li><code class=\"gatsby-code-text\">setState</code> and <code class=\"gatsby-code-text\">forceUpdate</code> on an unmounted component now warns instead of throwing. That avoids a possible race condition with Promises.</li>\n<li>Access to most internal properties has been completely removed, including <code class=\"gatsby-code-text\">this._pendingState</code> and <code class=\"gatsby-code-text\">this._rootNodeID</code>.</li>\n</ul>\n<h4 id=\"new-features\"><a href=\"#new-features\" aria-hidden class=\"anchor\"><svg aria-hidden=\"true\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>New Features </h4>\n<ul>\n<li>Support for using ES6 classes to build React components; see the <a href=\"/blog/2015/01/27/react-v0.13.0-beta-1.html\">v0.13.0 beta 1 notes</a> for details.</li>\n<li>Added new top-level API <code class=\"gatsby-code-text\">React.findDOMNode(component)</code>, which should be used in place of <code class=\"gatsby-code-text\">component.getDOMNode()</code>. The base class for ES6-based components will not have <code class=\"gatsby-code-text\">getDOMNode</code>. This change will enable some more patterns moving forward.</li>\n<li>Added a new top-level API <code class=\"gatsby-code-text\">React.cloneElement(el, props)</code> for making copies of React elements – see the <a href=\"/blog/2015/03/03/react-v0.13-rc2.html#react.cloneelement\">v0.13 RC2 notes</a> for more details.</li>\n<li>New <code class=\"gatsby-code-text\">ref</code> style, allowing a callback to be used in place of a name: <code class=\"gatsby-code-text\">&lt;Photo ref={(c) =&gt; this._photo = c} /&gt;</code> allows you to reference the component with <code class=\"gatsby-code-text\">this._photo</code> (as opposed to <code class=\"gatsby-code-text\">ref=&quot;photo&quot;</code> which gives <code class=\"gatsby-code-text\">this.refs.photo</code>).</li>\n<li><code class=\"gatsby-code-text\">this.setState()</code> can now take a function as the first argument for transactional state updates, such as <code class=\"gatsby-code-text\">this.setState((state, props) =&gt; ({count: state.count + 1}));</code> – this means that you no longer need to use <code class=\"gatsby-code-text\">this._pendingState</code>, which is now gone.</li>\n<li>Support for iterators and immutable-js sequences as children.</li>\n</ul>\n<h4 id=\"deprecations\"><a href=\"#deprecations\" aria-hidden class=\"anchor\"><svg aria-hidden=\"true\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Deprecations </h4>\n<ul>\n<li><code class=\"gatsby-code-text\">ComponentClass.type</code> is deprecated. Just use <code class=\"gatsby-code-text\">ComponentClass</code> (usually as <code class=\"gatsby-code-text\">element.type === ComponentClass</code>).</li>\n<li>Some methods that are available on <code class=\"gatsby-code-text\">createClass</code>-based components are removed or deprecated from ES6 classes (<code class=\"gatsby-code-text\">getDOMNode</code>, <code class=\"gatsby-code-text\">replaceState</code>, <code class=\"gatsby-code-text\">isMounted</code>, <code class=\"gatsby-code-text\">setProps</code>, <code class=\"gatsby-code-text\">replaceProps</code>).</li>\n</ul>\n<h3 id=\"react-with-add-ons\"><a href=\"#react-with-add-ons\" aria-hidden class=\"anchor\"><svg aria-hidden=\"true\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>React with Add-Ons </h3>\n<h4 id=\"new-features-1\"><a href=\"#new-features-1\" aria-hidden class=\"anchor\"><svg aria-hidden=\"true\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>New Features </h4>\n<ul>\n<li><a href=\"/docs/create-fragment.html\"><code class=\"gatsby-code-text\">React.addons.createFragment</code> was added</a> for adding keys to entire sets of children.</li>\n</ul>\n<h4 id=\"deprecations-1\"><a href=\"#deprecations-1\" aria-hidden class=\"anchor\"><svg aria-hidden=\"true\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Deprecations </h4>\n<ul>\n<li><code class=\"gatsby-code-text\">React.addons.classSet</code> is now deprecated. This functionality can be replaced with several freely available modules. <a href=\"https://www.npmjs.com/package/classnames\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">classnames</a> is one such module.</li>\n<li>Calls to <code class=\"gatsby-code-text\">React.addons.cloneWithProps</code> can be migrated to use <code class=\"gatsby-code-text\">React.cloneElement</code> instead – make sure to merge <code class=\"gatsby-code-text\">style</code> and <code class=\"gatsby-code-text\">className</code> manually if desired.</li>\n</ul>\n<h3 id=\"react-tools\"><a href=\"#react-tools\" aria-hidden class=\"anchor\"><svg aria-hidden=\"true\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>React Tools </h3>\n<h4 id=\"breaking-changes-1\"><a href=\"#breaking-changes-1\" aria-hidden class=\"anchor\"><svg aria-hidden=\"true\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Breaking Changes </h4>\n<ul>\n<li>When transforming ES6 syntax, <code class=\"gatsby-code-text\">class</code> methods are no longer enumerable by default, which requires <code class=\"gatsby-code-text\">Object.defineProperty</code>; if you support browsers such as IE8, you can pass <code class=\"gatsby-code-text\">--target es3</code> to mirror the old behavior</li>\n</ul>\n<h4 id=\"new-features-2\"><a href=\"#new-features-2\" aria-hidden class=\"anchor\"><svg aria-hidden=\"true\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>New Features </h4>\n<ul>\n<li>\n<p><code class=\"gatsby-code-text\">--target</code> option is available on the jsx command, allowing users to specify and ECMAScript version to target.</p>\n<ul>\n<li><code class=\"gatsby-code-text\">es5</code> is the default.</li>\n<li><code class=\"gatsby-code-text\">es3</code> restores the previous default behavior. An additional transform is added here to ensure the use of reserved words as properties is safe (eg <code class=\"gatsby-code-text\">this.static</code> will become <code class=\"gatsby-code-text\">this[&#39;static&#39;]</code> for IE8 compatibility).</li>\n</ul>\n</li>\n<li>The transform for the call spread operator has also been enabled.</li>\n</ul>\n<h3 id=\"jsx\"><a href=\"#jsx\" aria-hidden class=\"anchor\"><svg aria-hidden=\"true\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>JSX </h3>\n<h4 id=\"breaking-changes-2\"><a href=\"#breaking-changes-2\" aria-hidden class=\"anchor\"><svg aria-hidden=\"true\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Breaking Changes </h4>\n<ul>\n<li>A change was made to how some JSX was parsed, specifically around the use of <code class=\"gatsby-code-text\">&gt;</code> or <code class=\"gatsby-code-text\">}</code> when inside an element. Previously it would be treated as a string but now it will be treated as a parse error. The <a href=\"https://www.npmjs.com/package/jsx_orphaned_brackets_transformer\" target=\"_blank\" rel=\"nofollow noopener noreferrer\"><code class=\"gatsby-code-text\">jsx_orphaned_brackets_transformer</code></a> package on npm can be used to find and fix potential issues in your JSX code.</li>\n</ul>","excerpt":"Today, we’re happy to release React v0.13! The most notable new feature is support for ES6 classes, which allows developers to have more flexibility when writing components. Our eventual goal is for ES6 classes to replace  completely, but until we have a replacement for current mixin use cases and support for class property initializers in the language, we don’t plan to deprecate . At EmberConf and ng-conf last week, we were excited to see that Ember and Angular have been working on speed…","frontmatter":{"title":"React v0.13","next":null,"prev":null,"author":[{"frontmatter":{"name":"Sophie Alpert","url":"https://sophiebits.com/"}}]},"fields":{"date":"March 10, 2015","path":"content/blog/2015-03-10-react-v0.13.md","slug":"/blog/2015/03/10/react-v0.13.html"}},"allMarkdownRemark":{"edges":[{"node":{"frontmatter":{"title":"Introducing the New JSX Transform"},"fields":{"slug":"/blog/2020/09/22/introducing-the-new-jsx-transform.html"}}},{"node":{"frontmatter":{"title":"React v17.0 Release Candidate: No New Features"},"fields":{"slug":"/blog/2020/08/10/react-v17-rc.html"}}},{"node":{"frontmatter":{"title":"React v16.13.0"},"fields":{"slug":"/blog/2020/02/26/react-v16.13.0.html"}}},{"node":{"frontmatter":{"title":"Building Great User Experiences with Concurrent Mode and Suspense"},"fields":{"slug":"/blog/2019/11/06/building-great-user-experiences-with-concurrent-mode-and-suspense.html"}}},{"node":{"frontmatter":{"title":"Preparing for the Future with React Prereleases"},"fields":{"slug":"/blog/2019/10/22/react-release-channels.html"}}},{"node":{"frontmatter":{"title":"Introducing the New React DevTools"},"fields":{"slug":"/blog/2019/08/15/new-react-devtools.html"}}},{"node":{"frontmatter":{"title":"React v16.9.0 and the Roadmap Update"},"fields":{"slug":"/blog/2019/08/08/react-v16.9.0.html"}}},{"node":{"frontmatter":{"title":"Is React Translated Yet? ¡Sí! Sim! はい！"},"fields":{"slug":"/blog/2019/02/23/is-react-translated-yet.html"}}},{"node":{"frontmatter":{"title":"React v16.8: The One With Hooks"},"fields":{"slug":"/blog/2019/02/06/react-v16.8.0.html"}}},{"node":{"frontmatter":{"title":"React v16.7: No, This Is Not the One With Hooks"},"fields":{"slug":"/blog/2018/12/19/react-v-16-7.html"}}}]}},"pageContext":{"slug":"/blog/2015/03/10/react-v0.13.html"}},"staticQueryHashes":[]}