Update 23_ssr_modes.md (#234)

This commit is contained in:
M. Corey Thompson
2025-08-29 13:24:57 -05:00
committed by GitHub
parent 117488b574
commit 1998858a4d

View File

@@ -74,7 +74,7 @@ This is useful when you have multiple `<Suspense/>` on the page, and one is more
- _Pros_: Works if JavaScript is disabled or not supported on the users device.
- _Cons_
- Slower initial response time than out-of-order.
- Marginally overall response due to additional work on the server.
- Marginally slower overall response due to additional work on the server.
- No fallback state shown.
## Using SSR Modes