Replies: 1 comment
-
fixed and documented by leptos-rs/book#15 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi,
I'm trying to build a demo project and playing with the
view!
code, I'd like to know how can I hot-reload it?I run my code by
trunk serve
, and I open the browser, then I continue to edit myview!
code in vscode, what I want is to see the browser can update while I edit theview!
code. But now I don't find any document to do it.I see https://book.leptos.dev/ssr/21_cargo_leptos.html, I'm not sure it also work in a csr project?
Any other way to edit the
view!
code and see the update in web page?Beta Was this translation helpful? Give feedback.
All reactions