You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Replace outdated web framework recommendation
The trunkrs.dev site currently recommends Seed as one of the "most
popular [Rust web frameworks] today", but is no longer actively
developed or maintained.
This change keeps Yew as a suggested framework, adds Leptos, and also
links to an actively-maintained list of Rust libraries for building web
pages.
Get setup with your favorite `wasm-bindgen` based framework. [Yew](https://github.com/yewstack/yew) & [Seed](https://github.com/seed-rs/seed) are the most popular options today, but there are others. Trunk will work with any `wasm-bindgen` based framework. The easiest way to ensure that your application launches properly is to [setup your app as an executable](https://doc.rust-lang.org/cargo/guide/project-layout.html) with a standard `main` function:
66
+
Any `wasm-bindgen`-based framework will work with Trunk. If you're new to [frontend development in Rust][], [Yew][] and [Leptos][] are two popular options.
67
+
68
+
[frontend development in Rust]: https://github.com/flosse/rust-web-framework-comparison#frontend-frameworks-wasm
69
+
[Yew]: https://yew.rs/
70
+
[Leptos]: https://leptos.dev/
71
+
72
+
The easiest way to ensure that your application launches properly is to [setup your app as an executable][cargo-layout] with a standard `main` function:
0 commit comments