mirror of
https://github.com/leptos-rs/book.git
synced 2025-12-27 07:35:38 -05:00
Update 23_ssr_modes.md (#234)
This commit is contained in:
committed by
GitHub
parent
117488b574
commit
1998858a4d
@@ -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 user’s 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
|
||||
|
||||
Reference in New Issue
Block a user