React JS Quiz
Home
Blog
Privacy Policy
Contact Us
Buy me a coffee
React Suspense Quiz
What should happen if the fallback itself suspends?
Report this question
The closest parent Suspense boundary can handle it
Show Explanation
If a fallback suspends, React looks for a parent Suspense boundary that can show a fallback.
React disables Suspense globally
The fallback becomes an error boundary
The browser ignores the UI
Next Question (10/20)