Charming example for Leptos SSR/Hydrate. Chart Auto Resize/Chart Update example. #118
sangelxyz
started this conversation in
Show and tell
Replies: 1 comment
-
Looks great, thank you very much for providing a more thorough leptos example. But I think it is a bit too much to add as a standard example in the repo, do you agree? |
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
-
This is just something i have put together feel free to copy it.
https://github.com/sangelxyz/charming-leptos-ssr
It's using the leptos SSR+Hydrate template.
Charming Wasm, basic line chart example
I have implemented the resize feature of charming, i converted the TS resize interface to Rust.
I have also added reactivity by the leptos on-click event to update the chart.
Beta Was this translation helpful? Give feedback.
All reactions