React JS Quiz
Home
Blog
Privacy Policy
Contact Us
StrictMode Quiz
Why might a developer see an Effect run twice during development?
Report this question
StrictMode is intentionally checking cleanup behavior
Show Explanation
When StrictMode is enabled, React may run an extra Effect setup and cleanup cycle in development.
React is making two production API calls forever
The browser has duplicated the DOM
The component is always broken
Next Question (13/20)