1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-06 08:38:01 +00:00

Add some useful links to the latest til

This commit is contained in:
jbranchaud
2018-04-10 12:38:03 -05:00
parent 2d65e8fe1d
commit 85e30d5cd6

View File

@@ -1,6 +1,9 @@
# Access The Latest Lifecycle Methods In An Old App # Access The Latest Lifecycle Methods In An Old App
With the release of React 16.3 we have access to some new lifecycle methods With [the release of React
16.3](https://reactjs.org/blog/2018/03/29/react-v-16-3.html) we have access
to some [new lifecycle
methods](https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html)
and are in the first phase of what will eventually result in the deprecation and are in the first phase of what will eventually result in the deprecation
and removal of `componentWillMount`, `componentWillReceiveProps`, and and removal of `componentWillMount`, `componentWillReceiveProps`, and
`componentWillUpdate`. `componentWillUpdate`.