tyroprogrammer / learn-react-app

Application that will help you learn React fundamentals. Install this application locally - there's tutorial, code snippets and exercises. The main objective of this project is to help you get off the ground with React!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lifecycle function "componentWillMount()" is deprecated in 17.0

jackklika opened this issue · comments

First time playing seriously with React, thanks for the tutorial!

Just one thing: I was looking through the React documentation and found that the lifecycle function componentWillMount() is being deprecated. You may want to address this in chapter 6 if you think it's within the scope of the tutorial.

I am glad the tutorial was helpful! I have updated the tutorial (01ea563) with a note that some lifecycle methods are being deprecated in future version. Thanks for pointing that out!