We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d65e8f commit 85e30d5Copy full SHA for 85e30d5
react/access-the-latest-lifecycle-methods-in-an-old-app.md
@@ -1,6 +1,9 @@
1
# Access The Latest Lifecycle Methods In An Old App
2
3
-With the release of React 16.3 we have access to some new lifecycle methods
+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)
7
and are in the first phase of what will eventually result in the deprecation
8
and removal of `componentWillMount`, `componentWillReceiveProps`, and
9
`componentWillUpdate`.
0 commit comments