Cecile Tonglet b00721954a
Better ImplicitClone ergnomics (#3508)
* Use cheap-to-clone types more

* Use IArray in NodeSeq & add IntoPropValue for &AttrValue

* Add function get_mut() on VChild to make things easier

* Use AttrValue in timer_functional example

* fix VList PartialEq

* extract implicit-clone as workspace dep and bump to 0.5.1

* docs: advocate using IArray and IMap instead of Vec and HashMap

* docs: AI translation for lifecycles.mdx in Japanese and simplified Chinese
---------

Co-authored-by: Mattuwu <syan4@ualberta.ca>
2025-08-27 15:21:50 +09:00
..
2022-04-11 17:02:59 +05:00
2025-03-02 23:56:22 +09:00

Timer Example

Demo

This is a technical demonstration for how to use timeouts and intervals.

Concepts

The example mainly demonstrates the use of gloo_timer and gloo_console_timer but also makes use of some more advanced web console features.

Improvements

  • Apply the concept to something more fun than just a dry technical demonstration

Running

Run this application with the trunk development server:

trunk serve --open