-
Notifications
You must be signed in to change notification settings - Fork 4
Home
davidedelpapa edited this page Aug 27, 2020
·
9 revisions
Yes, I'm humbling joining the fight to widespread Rust, with a tutorial on Yew.
The tutorial is displayed on this wiki, while the code is tagged for lessons in the repo
- Tut 01 - Introduction
- Tut 02 - Extending the example
- Tut 03 - Services and all
- Tut 04 - ...and services for all
- Tut 05 - Drive through libraries
- Tut 06 - Custom Custom Custom
- Tut 07 - Custom like a bike
- Tut 08 - Dr. Ferris, I presume? Web Geography, injected with Rust! [P. I]
- Tut 09 - It rains cats and dogs... and crabs! Rusty Meto-Geography [P. II]
The code has been tagged with the relative tutorial and part.
Use git checkout tags/<tag-version>
for example:
git clone https://github.com/davidedelpapa/yew-tutorial.git
cd yew-tutorial
git checkout tags/v1
Tutorials and relative tags:
Tag Code | Tutorial | Part |
---|---|---|
v1 | Tutorial 1 | 1 |
v2p0 | Tutorial 2 | 0 |
v2p1 | Tutorial 2 | 1 |
v2p2 | Tutorial 2 | 2 |
v2p3 | Tutorial 2 | 3 |
v3p1a | Tutorial 3 | 1a |
v3p1b | Tutorial 3 | 1b |
v3p2a | Tutorial 3 | 2a |
v3p2b | Tutorial 3 | 2b |
v4p0 | Tutorial 4 | 0 |
v4p1 | Tutorial 4 | 1 |
v5p1 | Tutorial 5 | 1 |
v5p2 | Tutorial 5 | 2 |
v6p1 | Tutorial 6 | 1 |
v6p2 | Tutorial 6 | 2 |
v6p3 | Tutorial 6 | 3 |
v7p1 | Tutorial 7 | 1 |
v7p2 | Tutorial 7 | 2 |
v7p3 | Tutorial 7 | 3 |
Tutorial 8 is under another repo:
With the following tags:
Tag Code | Tutorial | Part |
---|---|---|
v8p2 | Tutorial 8 | 2 |
v8p3 | Tutorial 8 | 3 |
v9p1 | Tutorial 9 | 1 |
v9p2 | Tutorial 9 | 2 |
v9p3 | Tutorial 9 | 3 |
v9p4a | Tutorial 9 | 4a |
v9p4b | Tutorial 9 | 4b |
v9p4c | Tutorial 9 | 4c |
v9p4d | Tutorial 9 | 4d |
Yew Megatutorial (C) 2020 Davide Del Papa CC BY 4.0