Version: 0.20

Yew’s Take on Basic Web Technologies

Yew centrally operates on the idea of keeping everything that a reusable piece of UI may needin one place - rust files, while also keeping the underlying technology accessible where necessary. Explore further to fully grasp what we mean by these statements:

📄️ HTML with html!Its HTML but not quite!

📄️ CSS with classes!A handy macro to handle classes

📄️ JS with RSJavascript with Rust

📄️ wasm-bindgenwasm-bindgen is a library and tool to facilitate

📄️ web-sysThe web-sys crate provides bindings for Web APIs.