Problem Statement
What is StrictMode in React and what does it help detect?
Explanation
StrictMode is a tool that activates extra checks in development. It detects unsafe lifecycle methods, side-effect bugs, and deprecated APIs.
Practice Sets
This question appears in the following practice sets: