https://github.com/security-union/yew-beyond-hello-world
yew rust tutorial
https://github.com/security-union/yew-beyond-hello-world
rust rustlang tutorial video video-streaming yew
Last synced: 3 days ago
JSON representation
yew rust tutorial
- Host: GitHub
- URL: https://github.com/security-union/yew-beyond-hello-world
- Owner: security-union
- License: mit
- Created: 2022-06-01T02:55:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T01:41:44.000Z (over 3 years ago)
- Last Synced: 2025-10-02T08:54:50.173Z (6 days ago)
- Topics: rust, rustlang, tutorial, video, video-streaming, yew
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Build A Rust WebAssembly Frontend App Using YEW Complete TUTORIAL
How to build a complete web app frontend using 100% Rust.
WebAssembly opens the door for frontend developers to use languages that don't compile to JavaScript, like Rust.
This technology will change web development!!
We use js-sys, web-sys, and friends to power this web application.
# How to run?
```
RUSTFLAGS=--cfg=web_sys_unstable_apis trunk serve
```# YouTube Video
https://youtu.be/In09Lgqxp6Y
[](https://www.youtube.com/watch?v=In09Lgqxp6Y "YouTube video")