Skip to main content
Logo

Yew

A framework for creating reliable and efficient web applications.
Get StartedPlayground

Features

Component Based

Features a component-based framework which makes it easy to create interactive UIs. Developers who have experience with frameworks like React and Elm should feel quite at home when using Yew.

HTML macro

Features a macro for declaring interactive HTML with Rust expressions. Developers who have experience using JSX in React should feel quite at home when using Yew.

Server Side Rendering

Features server side rendering for all the SEO and enhancements of server-rendered app while keeping the feel of an SPA