Suspense boundary for async rendering with loading states.
Renders the fallback while waiting for the async render to complete.
Optionally delays showing the fallback to avoid loading flashes on fast responses.
Optionally catches errors and renders an error state.
The appropriate SuspenseBoundaryCtx layer (Client, SSR, Hydration) is provided
automatically by mount(), hydrate(), or renderToString().
Suspense boundary for async rendering with loading states.
Renders the fallback while waiting for the async render to complete. Optionally delays showing the fallback to avoid loading flashes on fast responses. Optionally catches errors and renders an error state.
The appropriate SuspenseBoundaryCtx layer (Client, SSR, Hydration) is provided automatically by mount(), hydrate(), or renderToString().