0 votes
in ReactJS by
What is the benefit of strict mode in ReactJs?

1 Answer

0 votes
by

The will be helpful in the below cases,

  1. Whenever the component

  2. Identifying components with unsafe lifecycle methods.

  3. Warning about legacy string ref API usage.

  4. Detecting unexpected side effects.

  5. Detecting legacy context API.

  6. Warning about deprecated findDOMNode usage

Related questions

0 votes
asked Nov 9, 2023 in ReactJS by GeorgeBell
0 votes
asked Nov 9, 2023 in ReactJS by GeorgeBell
...