Below you will find pages that utilize the taxonomy term “App”
Fullstack Rust with Dioxus
Is Rust suitable for developing fullstack apps? After attending RustConf 2025, I decided to try out the partially unfinished framework Dioxus, which promises to be able to create fullstack apps for web, desktop, and mobile using pure Rust code. Rust has the advantage of being a compiled language that does not use garbage collection and is memory-safe. The ambition is to have a language that is not only the best in terms of performance, but also ergonomic, user-friendly, type-safe, and, not least, memory-safe. More and more people are convinced that Rust has achieved this, and Rust is being embraced by large tech companies and is set to replace the role of C/C++. The Linux kernel and Windows have also begun to integrate Rust to an increasing extent. And more and more organizations, such as the NSA, are recommending that existing code be rewritten in memory-safe languages such as Rust.