From 0d755ef5872bcf6e27185e81bae00a0afcc3d6c9 Mon Sep 17 00:00:00 2001 From: Jet Li Date: Sun, 16 Feb 2020 21:35:32 +0800 Subject: [PATCH] Add Yew (#1688) Co-authored-by: Sindre Sorhus --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 46e93e83..d17eb6e4 100755 --- a/readme.md +++ b/readme.md @@ -298,6 +298,7 @@ - [Seed](https://github.com/seed-rs/awesome-seed-rs#readme) - Rust framework for creating web apps running in WebAssembly. - [Web Performance Budget](https://github.com/pajaydev/awesome-performance-budget#readme) - Techniques to ensure certain performance metrics for a website. - [Web Animation](https://github.com/sergey-pimenov/awesome-web-animation#readme) - Animations in the browser with JavaScript, CSS, SVG, etc. +- [Yew](https://github.com/jetli/awesome-yew#readme) - Rust framework inspired by Elm and React for creating multi-threaded frontend web apps with WebAssembly. ## Back-End Development