How to build a simple web app frontend using 100% Rust - no JavaScript. WebAssembly opens the door for frontend developers to use languages that don't necessarily compile to JavaScript, including Rust.
00:00 Introduction
00:40 What We'll Build
00:59 Environment/Project Setup
01:44 Cargo.toml
01:59 main.rs
06:22 Styles
06:29 index.html
06:59 Build & Test
07:16 Conclusion