React Suspense
RU: React Suspense
A React component that wraps a subtree and renders a fallback UI while any child component is not yet ready — either because it is loading lazily with React.lazy, or because it is waiting for data or a streaming SSR chunk. On the server, a Suspense boundary lets the server flush the surrounding HTML immediately and stream the boundary's content when it resolves, enabling selective hydration.