mirror of
https://github.com/jetli/awesome-yew
synced 2024-11-14 16:57:09 +00:00
Update README.md
This commit is contained in:
parent
1d4e351525
commit
d11a7d32f9
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue