aboutsummaryrefslogtreecommitdiff
path: root/manifest.toml
Commit message (Collapse)AuthorAge
* :heavy_plus_sign: Update stdlib dep to 0.28.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>
* :heavy_plus_sign: Upgrade stdlib dependency to 0.26.Hayleigh Thompson2023-02-12
|
* :tada: Init repo.Andy Thompson2022-02-11