Skip to content

Commit 4d7eb35

Browse files
committed
update
1 parent cc37151 commit 4d7eb35

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/routes/reference/components/suspense.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ Returns the rendered subtree or `fallback` content depending on pending tracked
5454

5555
## Behavior
5656

57-
- `<Suspense>` is triggered when a resource is read inside the boundary.
58-
- The boundary waits until pending tracked resources resolve.
57+
- When a resource is read inside the boundary, `<Suspense>` renders `fallback` until the pending tracked resources resolve.
5958
- `<Suspense>` is non-blocking: the subtree can continue running before the boundary reveals the resolved content in the DOM.
6059
- Nested suspense boundaries handle resources read under the nearest boundary.
6160
- `onMount` and `createEffect` inside the suspended subtree run after the boundary resolves.

0 commit comments

Comments
 (0)