Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.

Commit

Permalink
Update examples.md (#59)
Browse files Browse the repository at this point in the history
* Update examples.md

* Update examples to use v14.0.0 tag
  • Loading branch information
jakeols committed Apr 22, 2020
1 parent 69a2c3d commit 7f796db
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/getting-started/examples.md
Expand Up @@ -2,11 +2,11 @@

The Yew repository is chock-full of examples \(in various states of maintenance\). We recommend perusing them to get a feel for how to use different framework features. We also welcome pull-requests and issues for when they inevitably get neglected and need some ♥️

* [**Todo App \(stdweb\)**](https://github.com/yewstack/yew/tree/master/examples/std_web/todomvc)
* [**Todo App \(web\_sys\)**](https://github.com/yewstack/yew/tree/master/examples/web_sys/todomvc)
* [**Custom Components**](https://github.com/yewstack/yew/tree/master/examples/custom_components)
* [**Multi-threading \(Agents\) \(stdweb\)**](https://github.com/yewstack/yew/tree/master/examples/std_web/multi_thread)
* [**Multi-threading \(Agents\) \(web\_sys\)**](https://github.com/yewstack/yew/tree/master/examples/web_sys/multi_thread)
* [**Timer Service**](https://github.com/yewstack/yew/tree/master/examples/timer)
* [**Nested Components**](https://github.com/yewstack/yew/tree/master/examples/nested_list)
* [**Todo App \(stdweb\)**](https://github.com/yewstack/yew/tree/v0.14.0/examples/std_web/todomvc)
* [**Todo App \(web\_sys\)**](https://github.com/yewstack/yew/tree/v0.14.0/examples/web_sys/todomvc)
* [**Custom Components**](https://github.com/yewstack/yew/tree/v0.14.0/examples/custom_components)
* [**Multi-threading \(Agents\) \(stdweb\)**](https://github.com/yewstack/yew/tree/v0.14.0/examples/std_web/multi_thread)
* [**Multi-threading \(Agents\) \(web\_sys\)**](https://github.com/yewstack/yew/tree/v0.14.0/examples/web_sys/multi_thread)
* [**Timer Service**](https://github.com/yewstack/yew/tree/v0.14.0/examples/timer)
* [**Nested Components**](https://github.com/yewstack/yew/tree/v0.14.0/examples/nested_list)

0 comments on commit 7f796db

Please sign in to comment.