adspace


Explain strict mode

Answer Posted / Sanjay Kumar Piporiya

Strict Mode is a feature in React that helps to find potential issues by adding extra checks during development. It doesn't affect the production build.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use events in reactjs? Give an example of using events?

564


How would you create higher order components (hocs) in react.js?

448