React JS Quiz
Home
Blog
Privacy Policy
Contact Us
Buy me a coffee
StrictMode Quiz
How do you enable StrictMode for an app tree?
Report this question
Wrap the tree in StrictMode
Show Explanation
StrictMode is a React component. Wrap the app or subtree in it to enable checks for that tree.
Call useStrictMode inside every component
Add a strict attribute to every div
Enable it in package.json only
Next Question (3/20)