leptos
yew
leptos | yew | |
---|---|---|
58 | 202 | |
16,078 | 30,639 | |
1.4% | 0.7% | |
9.9 | 8.1 | |
about 5 hours ago | 8 days ago | |
Rust | MDX | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
leptos
-
Interview with Krzysztof Andrelczyk, Tauri Developer and Creator of Twili Recipes
Why Krzysztof choose Tauri V2, leptos, and thaw-ui
-
Leptos + Tauri Tutorial
I'm not here to present Leptos or Tauri, for that, just clik the links, ask Goole, or ClaudePilotGPTWhateverLLama... I'm not even here to make just a tutorial on how to get the two working -- if you see Tauri documentation on it is quite "terse," but still enough.
- Vizdom: Diagrams as Code
-
Migrating a JavaScript frontend to Leptos, a Rust framework
Lots of new frontend frameworks have been built on top of Rust, including Leptos, which happens to be one of the most popular ones. In this guide, we'll highlight why and how to migrate your JavaScript frontend to use the Leptos Rust frontend framework.
-
Rust on Nails
I don't know why OP felt moved to write this weird guide, https://leptos.dev is incredible!
-
Show HN: Flox 1.0 – Open-source dev env as code with Nix
https://github.com/leptos-rs/leptos/blob/main/flake.nix
You want a package? Add it to buildInputs.
You want to search a package: https://search.nixos.org/packages (or use the cli)
you want to test a package before adding it? nix-shell -p or nix shell for example.
Heck, even if you want it more easy, you could write a tool in less than 100 lines that adds packages names to .json/.yaml/.toml, which allows you to parse it using the nix language and a simple cli written with bash functions to add/remove packages if you wanted.
That's why it is hard for me to understand this project as a product, it seems like a wrapper to the most basic things :\
-
Using CRDTs to build collaborative Rust web applications
We use the fantastic Leptos framework for building the frontend. Besides that, we use the leptos-use utilities for connecting to the WebSocket server, serde for serialization, and rand for generating random numbers.
-
Ask HN: Which full stack framework (NextJS, Remix, SvelteKit) would you use?
I'd use https://leptos.dev because you can use a fully typed language (Rust) that is super fast in the backend and also in the frontend (see https://krausest.github.io/js-framework-benchmark/2024/table...)
- Container2wasm: Convert Containers to WASM Blobs
-
What is the best library to write a SCADA-like application for web?
For the web-side, if you'd like to use Rust end-to-end we've had the best experience with Leptos: https://leptos.dev/
yew
-
Setting up the Environment and Hello world in WASM with Rust 🦀
[package] name = "wasm-dev" version = "0.1.0" edition = "2021" [dependencies] yew = { git = "https://github.com/yewstack/yew/", features = ["csr"] }
-
Surprisingly Powerful – Serverless WASM with Rust Article 1
Yew is a framework for creating reliable and efficient web applications. Yew
- Container2wasm: Convert Containers to WASM Blobs
-
Show HN: Game of Life with grid editor in browser with Rust and WASM
I coded up a game of life implementation in rust and web assembly using https://yew.rs/ as an effort to sharpen my rust skills and it resulted as a fun toy. You can find the source here: https://gitlab.com/reedrichards/wvdom Enjoy!
- The best WebAssembly runtime may be no runtime at all
-
Recreating the Apple Calculator in Rust using Tauri, Yew and Tailwind
UI template: Yew - (https://yew.rs/)
- Yew: Rust / WASM framework for creating reliable and efficient web applications
-
Ask HN: If you were to build a web app today what tech stack would you choose?
I'm surprised nobody said they'd use [Yew](https://yew.rs/), especially given the premise of this being for a passion project.
-
Semantics of method which takes Rc<Self> and returns Rc<Self>?
This example shows updating an existing state: https://github.com/yewstack/yew/blob/04909dd942eb64285652d96a2621bdf7be3fa912/examples/timer_functional/src/main.rs
-
Speeding up the JavaScript ecosystem – Polyfills gone rogue
1. Not related to npm, but related to the web.
2. True, but compilers are generally better than transpilers.
3. Have you seen https://yew.rs/ ?
What are some alternatives?
dioxus - Fullstack app framework for web, desktop, mobile, and more.
Seed - A Rust framework for creating web apps
Svelte - Cybernetically enhanced web apps
tauri - Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
sycamore - A library for creating reactive web apps in Rust and WebAssembly
Rocket - A web framework for Rust.
actix-web - Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
React - The library for web and native user interfaces.
iced - A cross-platform GUI library for Rust, inspired by Elm