Skip to content
React·Advanced·Conceptual·1 min read

Can a Suspense fallback itself suspend?

Short interview answer

Yes. React searches upward for the next Suspense boundary capable of showing a fallback, so fallback dependencies and boundary nesting require deliberate design.

Key takeaway

Explain the underlying mental model clearly, then support it with a concrete example and its trade-offs.

← Back to Suspense

Related questions