0 votes
in ReactJS by

What is the lifecycle method getDerivedStateFromProps of React?

1 Answer

0 votes
by

 Invoked right before calling render() and is invoked on every render. This exists for rare use cases where you need derived state. Worth reading if you need derived state.

Related questions

0 votes
asked Jul 2, 2019 in ReactJS by Venkatshastri
0 votes
asked Feb 23, 2021 in ReactJS by SakshiSharma
...