Add missing "and"

This commit is contained in:
Dan Abramov
2018-03-30 00:47:34 +01:00
committed by GitHub
parent 73ba23fccd
commit ab436ccea3

View File

@@ -3,7 +3,7 @@ title: "React v16.3.0: New lifecycles and context API"
author: [bvaughn]
---
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.
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.
Read on to learn more about the release.