aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* :sparkles: Create an example showing nested 'components' and mapping messages.Hayleigh Thompson2023-07-12
|
* :fire: Remove unused imports.Hayleigh Thompson2023-07-12
|
* :sparkles: Create a simple example for handling input.v3.0.0-rc.3Hayleigh Thompson2023-07-12
|
* Revert ":sparkles: Create a simple example for handling input."Hayleigh Thompson2023-07-12
| | | | This reverts commit 67ec0498443ca3972dcfb4775992d6b7d7e8dd87.
* :sparkles: Create a simple example for handling input.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.
* :bookmark: Code for 3.0.0-rc.13.0.0-rc.1Hayleigh Thompson2023-04-27
|
* :recycle: Remove unused imports.Hayleigh Thompson2023-04-05
|
* 🐛 Avoid a race condition when dispatch is used twice from outside (#8)Kero van Gelder2023-04-05
| | | | | | | | | | | | | | | | | * Upgrade examples to lustre 2.0 * Upgrade to gleam 0.27.0 * Fix: avoid a race condition when dispatch is used twice from outside E.g. websocket open + websocket msg arriving Application returns a Cmd from update(model, msg) but the Effect handler is *not* ran be React 18 before the websocket msg-arriving is handled by the Reducer. Result: The Cmd returned by update(model, msg) is dropped silently. --------- Co-authored-by: Kero van Gelder <kero@chmeee.org>
* :construction: Experiment using monaco editor for the lustre playground.Hayleigh Thompson2022-05-22
|
* :sparkles: Update counter example to show off fancy Cmds and dispatch features.Hayleigh Thompson2022-05-21
|
* :sparkles: Add twind to the examples for nicer styling.Hayleigh Thompson2022-05-20
|
* :truck: Move examples around to support multiple apps at once.Hayleigh Thompson2022-05-14
|
* :sparkles: Create a simple counter example.Hayleigh Thompson2022-05-14