mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* Update CHANGELOG https://github.com/yewstack/yew/actions/runs/11314974928/job/31465588862 * Add items. * Write blog. * Archive the documents. * Add author. * Update SSR document. * Fix typo. * Add simplified Chinese translation. * Update package.json * Sync documents * Add traditional Chinese translation. * Sync documents * Add Japanese translation. * Sync documents * Fix typo by `fmt:write`. * Fix typo by `write-translations`. * Apply suggestions from code review * Fix typo. * #3769 in changelog --------- Co-authored-by: Elina <imelina@elina.website>
18 lines
733 B
Plaintext
18 lines
733 B
Plaintext
---
|
|
title: 'Examples'
|
|
---
|
|
|
|
The Yew repository contains many [examples] (in various states of maintenance).
|
|
We recommend perusing them to get a feel for how to use different features of the framework.
|
|
We also welcome Pull Requests and issues for when they inevitably get neglected and need some ♥️
|
|
|
|
For more details including a list of examples, refer to the [README].
|
|
|
|
:::note
|
|
Most of the examples have a live deployment that can be found at https://examples.yew.rs/< example_name >.
|
|
Click the shield on their README page in their respective sub-folder to navigate to the live demo.
|
|
:::
|
|
|
|
[examples]: https://github.com/yewstack/yew/tree/master/examples
|
|
[readme]: https://github.com/yewstack/yew/tree/master/examples#yew-examples
|