aboutsummaryrefslogtreecommitdiff
path: root/test/counter.gleam
Commit message (Collapse)AuthorAge
* :truck: Move examples into a subdirectory so they're more obviously not tests.Hayleigh Thompson2023-07-19
|
* :recycle: Update examples for new html API.Hayleigh Thompson2023-07-18
|
* :sparkles: Create an example showing nested 'components' and mapping messages.Hayleigh Thompson2023-07-12
|
* ♻️ Replace React with diffhtml (#10)Hayleigh Thompson2023-07-10
* :wrench: Remove react dependency, add vite for running examples. * :heavy_plus_sign: Update stdlib version to 0.29 * :fire: Remove old examples. * :sparkles: Vendor diffhtml and update runtime ffi code to replace react. * :recycle: Refactor all the things now react is gone. * :memo: Remove references to react in the readme. * :sparkles: Create a simple counter example.