mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* Add links to the sidebar.
* Remove unnecessary `page-ref`s (these links are now in the sidebar).
* Small grammar/style fix.
* Fix code tabs.
* Remove {% page-ref %} uses.
* Fix some line lengths.
* Split out `custom.css` into multiple files.
* Remove duplicate titles.
16 lines
818 B
Markdown
16 lines
818 B
Markdown
---
|
|
id: examples
|
|
title: Examples
|
|
---
|
|
The Yew repository is chock-full of [examples](https://github.com/yewstack/yew/tree/v0.17/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** ](https://github.com/yewstack/yew/tree/v0.17/examples/todomvc)
|
|
* [**Custom Components**](https://github.com/yewstack/yew/tree/v0.17/examples/custom_components)
|
|
* [**Multi-threading \(Agents\)**](https://github.com/yewstack/yew/tree/v0.17/examples/multi_thread)
|
|
* [**Timer Service**](https://github.com/yewstack/yew/tree/v0.17/examples/timer)
|
|
* [**Nested Components**](https://github.com/yewstack/yew/tree/v0.16.0/examples/nested_list)
|
|
|