From be082c9df72a947e2fff8ed2fb7497297b4dd9b2 Mon Sep 17 00:00:00 2001 From: jxom Date: Sun, 8 Oct 2017 00:08:39 +1100 Subject: [PATCH 1/3] Modify v16 blog post to elaborate on upgrading via codemods --- content/blog/2017-09-26-react-v16.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2017-09-26-react-v16.0.md b/content/blog/2017-09-26-react-v16.0.md index 9636e8f3..ab8a095b 100644 --- a/content/blog/2017-09-26-react-v16.0.md +++ b/content/blog/2017-09-26-react-v16.0.md @@ -132,7 +132,7 @@ Refer to the documentation for [detailed installation instructions](/docs/instal ## Upgrading -Although React 16 includes significant internal changes, in terms of upgrading, you can think of this like any other major React release. We've been serving React 16 to Facebook and Messenger.com users since earlier this year, and we released several beta and release candidate versions to flush out additional issues. With minor exceptions, **if your app runs in 15.6 without any warnings, it should work in 16.** +Although React 16 includes significant internal changes, in terms of upgrading, you can think of this like any other major React release. We've been serving React 16 to Facebook and Messenger.com users since earlier this year, and we released several beta and release candidate versions to flush out additional issues. For such deprecations listed in [packaging](#packaging) below, a codemod can be run to convert your deprecated code (see [15.5.0](https://reactjs.org/blog/2017/04/07/react-v15.5.0.html) blog post for more information). Otherwise, **if your app runs in 15.6 without any warnings, it should work in 16.** ### New deprecations From 7786a7754738889025bb7c1421721be878a7cfa9 Mon Sep 17 00:00:00 2001 From: jxom Date: Sun, 8 Oct 2017 10:25:45 +1100 Subject: [PATCH 2/3] Add new paragraph, change wording --- content/blog/2017-09-26-react-v16.0.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/blog/2017-09-26-react-v16.0.md b/content/blog/2017-09-26-react-v16.0.md index ab8a095b..c66dfa34 100644 --- a/content/blog/2017-09-26-react-v16.0.md +++ b/content/blog/2017-09-26-react-v16.0.md @@ -132,7 +132,10 @@ Refer to the documentation for [detailed installation instructions](/docs/instal ## Upgrading -Although React 16 includes significant internal changes, in terms of upgrading, you can think of this like any other major React release. We've been serving React 16 to Facebook and Messenger.com users since earlier this year, and we released several beta and release candidate versions to flush out additional issues. For such deprecations listed in [packaging](#packaging) below, a codemod can be run to convert your deprecated code (see [15.5.0](https://reactjs.org/blog/2017/04/07/react-v15.5.0.html) blog post for more information). Otherwise, **if your app runs in 15.6 without any warnings, it should work in 16.** +Although React 16 includes significant internal changes, in terms of upgrading, you can think of this like any other major React release. We've been serving React 16 to Facebook and Messenger.com users since earlier this year, and we released several beta and release candidate versions to flush out additional issues. With minor exceptions, **if your app runs in 15.6 without any warnings, it should work in 16.** + +For deprecations listed in [packaging](#packaging) below, codemods are provided to automatically attempt to transform your deprecated code. +See [15.5.0](https://reactjs.org/blog/2017/04/07/react-v15.5.0.html) blog post for more information, or see all codemods at [react-codemod](https://github.com/reactjs/react-codemod). ### New deprecations From 6ad5241c0811f0a3ffd99603b371bc04f30281d1 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Wed, 18 Oct 2017 09:00:58 -0700 Subject: [PATCH 3/3] Wording nit --- content/blog/2017-09-26-react-v16.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/2017-09-26-react-v16.0.md b/content/blog/2017-09-26-react-v16.0.md index c66dfa34..30a53d6c 100644 --- a/content/blog/2017-09-26-react-v16.0.md +++ b/content/blog/2017-09-26-react-v16.0.md @@ -134,8 +134,8 @@ Refer to the documentation for [detailed installation instructions](/docs/instal Although React 16 includes significant internal changes, in terms of upgrading, you can think of this like any other major React release. We've been serving React 16 to Facebook and Messenger.com users since earlier this year, and we released several beta and release candidate versions to flush out additional issues. With minor exceptions, **if your app runs in 15.6 without any warnings, it should work in 16.** -For deprecations listed in [packaging](#packaging) below, codemods are provided to automatically attempt to transform your deprecated code. -See [15.5.0](https://reactjs.org/blog/2017/04/07/react-v15.5.0.html) blog post for more information, or see all codemods at [react-codemod](https://github.com/reactjs/react-codemod). +For deprecations listed in [packaging](#packaging) below, codemods are provided to automatically transform your deprecated code. +See the [15.5.0](https://reactjs.org/blog/2017/04/07/react-v15.5.0.html) blog post for more information, or browse the codemods in the [react-codemod](https://github.com/reactjs/react-codemod) project. ### New deprecations