Angus Chiuanguschiu.hashnode.dev·Jul 13, 2024Developing a Rust and WebAssembly Offline Cycling Navigation PWA: Part 3 GuideI started developing this app two months ago to explore Rust frontend development. Initially, I use the Seed framework, which greatly inspired me with its ELM-like syntax. As a backend developer, I found the Elm Architecture (or TEA, the really usefu...Rust
Mathias Vandaelemathias-vandaele.dev·Dec 11, 2022Using Rust and Web assembly. Let's make heavy calculations on the client side.We are witnessing the emergence of supercomputers and data centers capable of handling heavy calculations. With the rise of new applications that require serious computing power, such as artificial intelligence and mechanical computing, the need for ...109 readsRust
Hamdy Saadhamdysaad.hashnode.dev·Aug 14, 2022Use TailwindCSS with Rust in the Frontend !😃tailwind-yew-Starter Starter for yew( Frontend with rust ) + TailwindCSS (CSS Library) HOW TO START ? 1- CREATE THE YEW PROJECT . 2- THEN ADD THE TAILWINDCSS LIBRARY . 1- CREATE THE YEW PROJECT : rustup target add wasm32-unknown-unknown cargo instal...3 likes·177 readsRust