1 repo
Comprehensive frameworks designed to build full user interfaces using WebAssembly as the primary execution target.
Distinguishing note: Distinguished from general WebAssembly libraries by providing a full framework structure for UI development.
Explore 1 awesome GitHub repository matching web development · WebAssembly Frontend Frameworks. Refine with filters or upvote what's useful.
Yew is a framework for building front-end web applications using Rust and WebAssembly. It provides a component-based architecture that allows developers to create modular, reusable user interface elements that manage their own state and logic. By compiling code into binary modules, the framework enables high-performance execution within modern browser environments. The framework distinguishes itself through a macro-based markup language that transforms declarative, HTML-like syntax into strongly-typed component structures during compilation. It features a robust server-side rendering engine t
Compiles code into high-performance binary modules to execute complex user interfaces directly within the browser.