We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc37151 commit 4d7eb35Copy full SHA for 4d7eb35
1 file changed
src/routes/reference/components/suspense.mdx
@@ -54,8 +54,7 @@ Returns the rendered subtree or `fallback` content depending on pending tracked
54
55
## Behavior
56
57
-- `<Suspense>` is triggered when a resource is read inside the boundary.
58
-- The boundary waits until pending tracked resources resolve.
+- When a resource is read inside the boundary, `<Suspense>` renders `fallback` until the pending tracked resources resolve.
59
- `<Suspense>` is non-blocking: the subtree can continue running before the boundary reveals the resolved content in the DOM.
60
- Nested suspense boundaries handle resources read under the nearest boundary.
61
- `onMount` and `createEffect` inside the suspended subtree run after the boundary resolves.
0 commit comments