Browse Source

Missing 'we'

main
Brian Vaughn 7 years ago
parent
commit
992a756306
  1. 2
      content/blog/2018-03-29-react-v-16-3.md

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

@ -7,7 +7,7 @@ This release includes an official context API, new class component lifecycles, a
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.
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 respect [semver](https://semver.org/) and **will not ship breaking changes in a minor version**!
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**!
Read on to learn more about the release.

Loading…
Cancel
Save