leptos
leptos copied to clipboard
Update examples so they're compatible with `cargo-leptos`
We now have a great build tool released that supports things like synchronized client-server live-reloading. It would be great to update (some or all) of the examples, in particular the ones with both client and server code (hackernews
, counter-isomorphic
, and todo-app-sqlite
and todo-app-cbor
in particular) so you can use cargo-leptos
to run them.
And you can add tailwindCSS, the most weekly downloaded CSS now.
Leptos is becoming best rust web framwork with great developer experience!
- Fast: Almost fastest rust web framework according to js-framework-benchmark.
- HotReload: Instant UI developing feedback. It's already the fastest one.
- TailwindCSS Intellisense: Some rust web framework do not work because of micro and DSL. Leptos works perfectly.
Thank you
Also we probably want to use the integrations for actix and axum.