You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 12, 2020. It is now read-only.
The book has a lifecycle methods chapter which explains in a short paragraph each lifecycle method. Since React 16.3 got released, there are 2 new lifecycle methods:
It would be great to add those with a short explanation to the chapter next to the other lifecycle methods in the listing. On the other side, there are three lifecycle methods that got deprecated and can be removed from the book:
componentWillMount
componentWillReceiveProps
componentWillUpdate
Is there anyone who wants to contribute to the book by opening a PR for this issue? :-)