-
When running the todo_app_sqlite example locally and loading the page it is loaded with the fallback placeholder of the Is there any way to avoid this and serve the site completely pre-rendered instead so that it would work with no-script? |
Beta Was this translation helpful? Give feedback.
Answered by
gbj
Jul 3, 2023
Replies: 1 comment 1 reply
-
See the docs on SSR rendering modes. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Raniz85
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See the docs on SSR rendering modes.
SsrMode::Async
,SsrMode::InOrder
, orSsrMode::PartiallyBlocked
(withcreate_blocking_resource
for the todos list) all do what you're asking.