engineering-blogs
yew
engineering-blogs | yew | |
---|---|---|
22 | 212 | |
34,663 | 31,741 | |
4.6% | 0.4% | |
3.6 | 8.7 | |
11 months ago | 1 day ago | |
Ruby | Rust | |
- | 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.
engineering-blogs
-
Ask HN: How to have one feed for many blog websites
I fancy this currated list of tech blogs but I don't know how to get everything in a rss sort of way. RSS is dead, long live rss? What are our alternatives? Is it worth to make my own scrapper? https://github.com/kilimchoi/engineering-blogs
-
Issue 007 -- Surviving the AI Era
Engineering Blog List
-
A Complete Student Guide to Software Engineering Behavioral Interviews
Have you used the product? Do the challenges they face interest you and are these challenges unique to the company? Do you read their engineering blogs or have you seen them recently on the news?
-
The Top 10 GitHub Repositories Making Waves 🌊📊
View on GitHub
- A curated list of engineering blogs
- List of engineering blogs
- How Discord Stores Trillions of Messages
-
suggest tech content on internet
kilimchoi/engineering-blogs
-
Ask HN: Do you maintain a list of RSS links of GOAT programming blogs?
I don't, but here is a nice (or just big) list if someone has focus to spare:
https://github.com/kilimchoi/engineering-blogs
yew
- Ask HN: Why don't browsers load websites directly in WASM?
- Top 17+ Must-Have WebAssembly (Wasm) Frontend Resources
-
Exploring the top Rust web frameworks
Yew is one of the most popular Rust frameworks (it currently has 30.5k stars on GitHub) for building modern web applications.
-
👨🏻💻 Hacking Dioxus: How Vibe Coding Is Destroying Software Engineering
Compare this to Yew, a Rust framework that does this correctly. Yew's Link component only accepts values from a Routable enum. This enforces compile-time guarantees that a route is valid and internal. You cannot accidentally pass in a user-controlled string and redirect them to a malicious site. That's type safety. That's Rust's promise. And that's what Dioxus breaks.
-
Show HN: Rocal UI – A simple template engine with Rust
Maybe, if you want those features, you would love yew and leptos which are other UI frameworks with Rust.
https://github.com/yewstack/yew
-
Beyond TypeScript 🚀
Rust? It's built clean from the ground up. The crates.io registry is full of modern, safe, composable libraries. You've got Axum, Rocket and Actix for backends, Leptos, Dioxus, and Yew for frontend, and more. Every library you use follows the same philosophy: safety, performance, and zero tolerance for ambiguity.
-
Datastar: Web Framework for the Future?
> To my knowledge there is not a Vue/React-WASM-type framework out there yet or any framework for building web apps in WASM (without starting from a blank canvas).
Not sure if these qualify, but these Rust web frameworks use wasm:
https://dioxuslabs.com/
https://leptos.dev/
https://yew.rs/
-
2025’s Must-Know Tech Stacks
Yew
-
Ask HN: Why are we not building web browsers?
This has already been done; there are multiple languages/frameworks that compile directly to WASM with no JS such as https://yew.rs/
-
If Not React, Then What?
> You still need to access the DOM, which can't be done directly from WASM. Maybe someday it will happen?
You can access the DOM through JavaScript glue. These Rust WASM frameworks do that:
- Leptos: https://www.leptos.dev/
- Sycamore: https://sycamore.dev/
- Yew: https://yew.rs/
- Dioxus: https://dioxuslabs.com/
> Okay, so use canvas instead and do all UI inside WASM?
You can do that too. That's what this VB6 clone written in C# and compiled to WebAssembly does:
- https://bandysc.github.io/AvaloniaVisualBasic6/
- https://github.com/BAndysc/AvaloniaVisualBasic6
> vague "JavaScript limitations"
It's not vague. Despite 28 years of effort optimizing JavaScript, WebAssembly outperforms JavaScript:
- https://nuenki.app/blog/bloom_filters_optimisation
- https://jordaneldredge.com/blog/speeding-up-winamps-music-vi...
- https://www.amazon.science/blog/how-prime-video-updates-its-...
What are some alternatives?
movfuscator - The single instruction C compiler
leptos - Build fast web applications with Rust.
awesome-podcasts - Collection of awesome podcasts
dioxus - Fullstack app framework for web, desktop, and mobile.
awesome-newsletters - A list of amazing Newsletters
Seed - A Rust framework for creating web apps