How to create a Full Stack Rust App with Yew and Actix - Part 1

Опубликовано: 27 Май 2026
на канале: Dario
9,639
244

The template:
https://github.com/security-union/yew...

I created a Yew + Actix template so that you can create full stack applications with #rustlang (Rust)!

rustlang #yew is powered by webassembly.

The feature that I like the most if that the frontend and backend share a strongly typed API backed by RUST structs that are send back and forth using JSON!!

0:00 Intro
0:13 Subscribers request a Actix Yew Template
1:17 Template walkthrough
2:39 Starting the apps
4:37 Walkthrough UI
5:58 Calling actix API using the browser rust yew