mirror of
https://github.com/jetli/awesome-yew
synced 2024-11-14 16:57:09 +00:00
No description
logo.svg | ||
README.md |
Awesome Yew
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
- yew-wasm-pack-template - A template for starting a Yew project to be used with wasm-pack.
- yew-wasm-pack-minimal - A minimal template for starting a Yew project using wasm-bindgen and wasm-pack.
- Rust-Full-Stack - Start your Rust full stack app with few commands.
Articles
- How to use Rust Yew
- How to use a modal in Rust
- How to use routers in Rust Frontend
- How to modulize your Rust Frontend
- How to use NPM packages with Rust Frontend
- How to use markdown with Rust Frontend
- Fullstack Rust with Yew
- How to write Full Stack Rust code
- How to render a YouTube vlog with Rust Yew fetch API
- How to render blog posts with Rust Yew mounted API