0 votes
in ReactJS by

What are the lifecycle methods going to be deprecated in React v16?

1 Answer

0 votes
by

The following lifecycle methods going to be unsafe coding practices and will be more problematic with async rendering.

  1. componentWillMount()
  2. componentWillReceiveProps()
  3. componentWillUpdate()

Related questions

0 votes
asked Jul 2, 2019 in ReactJS by Venkatshastri
0 votes
asked Jul 2, 2019 in ReactJS by Venkatshastri
...