Update README.md

This commit is contained in:
Jet Li 2019-12-30 02:44:15 +08:00 committed by GitHub
parent 1d4e351525
commit d11a7d32f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@
- [Official](#official)
- [Projects](#projects)
- [Templates](#templates)
- [Crates](#crates)
- [Articles](#articles)
- [Books](#books)
@ -43,6 +44,11 @@
- [yew-parcel-template](https://github.com/spielrs/yew-parcel-template) - Awesome Yew with Yew-Router and Parcel application.
- [Rust-Full-Stack](https://github.com/steadylearner/Rust-Full-Stack) - Start your Rust full stack app with few commands.
## Crates
- [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) - Facilitating high-level interactions between Wasm modules and JavaScript.
- [stdweb](https://github.com/koute/stdweb) - Provides Rust bindings to the Web APIs and to allow a high degree of interoperability between Rust and JavaScript.
## Articles
- [Let's Build a Rust Frontend with Yew](https://dev.to/deciduously/lets-build-a-rust-frontend-with-yew---part-1-3k2o)