Skip to content

Commit 1d1ec54

Browse files
committed
remove outdated note about streaming ssr
This was fixed in 19.2
1 parent a2a19ba commit 1d1ec54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/content/reference/react/ViewTransition.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,8 +1052,6 @@ Just like any Transition, React waits for data and new CSS (`<link rel="styleshe
10521052

10531053
If it's inside a new Suspense boundary instance, then the fallback is shown first. After the Suspense boundary fully loads, it triggers the `<ViewTransition>` to animate the reveal to the content.
10541054

1055-
Currently, this only happens for client-side Transition. In the future, this will also animate Suspense boundary for streaming SSR when content from the server suspends during the initial load.
1056-
10571055
There are two ways to animate Suspense boundaries depending on where you place the `<ViewTransition>`:
10581056

10591057
Update:

0 commit comments

Comments
 (0)