kamranahmedse / developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.
https://roadmap.sh
Other
298.17k stars 39.22k forks source link

Add Leptos framework Topic to Rust Roadmap #7713

Open anhelinakruk opened 1 week ago

anhelinakruk commented 1 week ago

Roadmap URL

https://roadmap.sh/rust

Suggestions

Leptos is a fast and lightweight web framework for building reactive apps in Rust. It lets create both: client and server-side applications with efficient, real-time updates. I think it could be a really nice skill for Rust developers.

Leptos website Leptos book

fellalli commented 1 week ago

There are already five web development frameworks. We should be careful about adding new ones to avoid having a bloated roadmap. According to this comparison, Yew is outdated (whatever that means). Therefore, we could consider replacing Yew with Leptos.

anhelinakruk commented 1 week ago

Thanks for considering it! I agree — swapping Yew for Leptos makes sense. Leptos isn’t widely used yet, but it’s a really promising and efficient framework.