Skip to content

Commit ab436cc

Browse files
authored
Add missing "and"
1 parent 73ba23f commit ab436cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

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.
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, and an ergonomic ref API.
77

88
Read on to learn more about the release.
99

0 commit comments

Comments
 (0)