engineering-blogs
yew
| engineering-blogs | yew | |
|---|---|---|
| 23 | 214 | |
| 38,128 | 32,668 | |
| 2.6% | 0.3% | |
| 3.6 | 9.2 | |
| almost 2 years ago | 6 days 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
-
Show HN: Engineering.fyi – Search across tech engineering blogs in one place
FYI here is a list of hundreds of engineering blogs: https://github.com/kilimchoi/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
yew
-
Show HN: Sycamore – next gen Rust UI library powered by fine-grained reactivity
I looked briefly, but is anyone aware of the differences between Yew[1] and Sycamore[2]? Presumably they are both Elm-influenced Rust web UI libraries named after trees, but it's unclear to me why I should use one versus the other.
1. https://github.com/yewstack/yew
-
RCE Vulnerability in Next.js
https://github.com/yewstack/yew/blob/master/examples/counter...
JavaScript has no such capability aside from JSX/TSX, which is essentially a built-in macro.
So either the ECMAScript folks figure out a way to have standard compilable userland language extensions (e.g. macros) or WASM paves the way for languages better suited to the task to take over.
Neither of these cases are likely, however, so the web world is likely destined to remain unergonomic, overly complex and slow - at least for the next 5 - 10 years.
- 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
What are some alternatives?
os01 - Bootstrap yourself to write an OS from scratch. A book for self-learner.
leptos - Build fast web applications with Rust.
movfuscator - The single instruction C compiler
percy - Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.
awesome-podcasts - Collection of awesome podcasts
Seed - A Rust framework for creating web apps