From d17c5f72add1301c64ef3ba55411b4bb69299a13 Mon Sep 17 00:00:00 2001 From: Jet Li Date: Tue, 21 Jan 2020 22:25:34 +0800 Subject: [PATCH 1/3] Add Yew --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 19f3fec556..a92af2c62a 100755 --- a/readme.md +++ b/readme.md @@ -296,6 +296,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 / Wasm framework for building client web apps. ## Back-End Development From 89eeb307bb7d3683faacbca5fd9b621f31b58a81 Mon Sep 17 00:00:00 2001 From: Jet Li Date: Sat, 1 Feb 2020 19:47:11 +0800 Subject: [PATCH 2/3] Update introduction of Yew --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a92af2c62a..883582a236 100755 --- a/readme.md +++ b/readme.md @@ -296,7 +296,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 / Wasm framework for building client web apps. +- [Yew](https://github.com/jetli/awesome-yew#readme) - Rust / Wasm framework inspired by Elm and React for creating multi-threaded frontend web apps with WebAssembly. ## Back-End Development From a10f4455b70425b0dd59de25f6af309967a44067 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 16 Feb 2020 20:29:54 +0700 Subject: [PATCH 3/3] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 883582a236..11b06322e7 100755 --- a/readme.md +++ b/readme.md @@ -296,7 +296,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 / Wasm framework inspired by Elm and React for creating multi-threaded frontend web apps with WebAssembly. +- [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