Skip to content

Commit 85e30d5

Browse files
committed
Add some useful links to the latest til
1 parent 2d65e8f commit 85e30d5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

react/access-the-latest-lifecycle-methods-in-an-old-app.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Access The Latest Lifecycle Methods In An Old App
22

3-
With the release of React 16.3 we have access to some new lifecycle methods
3+
With [the release of React
4+
16.3](https://reactjs.org/blog/2018/03/29/react-v-16-3.html) we have access
5+
to some [new lifecycle
6+
methods](https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html)
47
and are in the first phase of what will eventually result in the deprecation
58
and removal of `componentWillMount`, `componentWillReceiveProps`, and
69
`componentWillUpdate`.

0 commit comments

Comments
 (0)