in ReactJS by (1.4k points)

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

1 Answer

0 votes
by (1.4k points)

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
0 votes
asked Jul 2, 2019 in ReactJS by Venkatshastri (1.4k points)
0 votes
...