Browse Source

Update 2019-08-08-react-v16.9.0.md (#2211)

main
Sophie Alpert 6 years ago
committed by Alex Krolick
parent
commit
a7c8782fe8
  1. 4
      content/blog/2019-08-08-react-v16.9.0.md

4
content/blog/2019-08-08-react-v16.9.0.md

@ -9,7 +9,7 @@ Today we are releasing React 16.9. It contains several new features, bugfixes, a
### Renaming Unsafe Lifecycle Methods {#renaming-unsafe-lifecycle-methods} ### Renaming Unsafe Lifecycle Methods {#renaming-unsafe-lifecycle-methods}
[Over a year ago](/blog/2018/03/27/update-on-async-rendering.html), we've announced that unsafe lifecycle methods are getting renamed: [Over a year ago](/blog/2018/03/27/update-on-async-rendering.html), we announced that unsafe lifecycle methods are getting renamed:
* `componentWillMount``UNSAFE_componentWillMount` * `componentWillMount``UNSAFE_componentWillMount`
* `componentWillReceiveProps``UNSAFE_componentWillReceiveProps` * `componentWillReceiveProps``UNSAFE_componentWillReceiveProps`
@ -36,7 +36,7 @@ The new names like `UNSAFE_componentWillMount` **will keep working in both React
>Note >Note
> >
>Learn more about our [versioning policy and commitent to stability](/docs/faq-versioning.html#commitment-to-stability). >Learn more about our [versioning policy and commitment to stability](/docs/faq-versioning.html#commitment-to-stability).
### Deprecating `javascript:` URLs {#deprecating-javascript-urls} ### Deprecating `javascript:` URLs {#deprecating-javascript-urls}

Loading…
Cancel
Save