Replies: 2 comments 2 replies
-
|
(Please open help requests like this as discussions, not issues. A good hint: If you delete the entire issue template because it doesn't seem relevant, it should probably be a discussion.) Using |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
so i should mark the lazy struct with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
can i use islands and lazy routing same time?
in islands doc setup there is a step:
leptos::mount::hydrate_body(App)replace with:
leptos::mount::hydrate_islands();in laze routing example the following is used:
leptos::mount::hydrate_lazy(app::App);what should i use for having islands and lazy routing in the same time?
Beta Was this translation helpful? Give feedback.
All reactions