React·Intermediate·Conceptual·1 min read
How does Suspense help server rendering?
Short interview answer
Boundaries let a server stream completed regions independently and let the client hydrate progressively. A useful fallback should preserve layout and meaning while slower content arrives.
Key takeaway
Explain the underlying mental model clearly, then support it with a concrete example and its trade-offs.