No description
Find a file
2019-12-17 23:11:56 +08:00
logo.svg add logo 2019-12-17 23:11:56 +08:00
README.md Update README.md 2019-12-17 19:48:29 +08:00

Awesome Yew Awesome

A curated list of awesome things related to Yew.

Yew is a Rust / Wasm framework for building client web apps.

Table of contents

Official

  • Yew - Rust / Wasm framework for building client web apps.
  • Yew router - A routing library for the Yew frontend framework.
  • Yewtil - Utilities for Yew.
  • Live demo - A todomvc demo.
  • Examples - Smaller examples included in official repo.
  • API Docs - Docs on docs.rs.
  • Website - Official website.

Projects

  • Realworld example - Exemplary real world app built with Rust + Yew + WebAssembly.
  • webapp.rs - A web application completely written in Rust, frontend is built with Yew.
  • FullstackRustDemo - Novelty website + bucket questions implementation.

Templates

Articles