Skip to content

Commit e86caae

Browse files
authored
Merge pull request #735 from bvaughn/wording-tweaks
Wording tweaks
2 parents 63e0e91 + 221b7be commit e86caae

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

content/blog/2018-03-29-react-v-16-3.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ title: "React v16.3.0: New lifecycles and context API"
33
author: [bvaughn]
44
---
55

6-
This release includes an official context API, new class component lifecycles, a new `StrictMode` component, a new ergonomic ref API, and a ref-forwarding API!
7-
8-
For the past few months, the React team has been working on support for [asynchronous rendering](/blog/2018/03/01/sneak-peek-beyond-react-16.html). We are excited about the new features it will enable.
9-
10-
We've also learned that some long-term changes will be required to the way we write React components. (If you haven't already, you may want to check out our [recent blog post](/blog/2018/03/27/update-on-async-rendering.html) about this.) Rest assured that we respect [semver](https://semver.org/) and **will not ship breaking changes in a minor version**!
6+
A few days ago, we [wrote a post about upcoming changes to our legacy lifecycle methods](/blog/2018/03/27/update-on-async-rendering.html), including gradual migration strategies. In React 16.3.0, we are adding a few new lifecycle methods to assist with that migration. We are also introducing new APIs for long requested features: an official context API, a ref forwarding API, an ergonomic ref API.
117

128
Read on to learn more about the release.
139

0 commit comments

Comments
 (0)