| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
children.
|
|
|
|
| |
unbound 'this'.
|
| |
|
| |
|
|
|
|
| |
components.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Rename terse 'h' and 't' to 'element' and 'text'.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
string/dynamic attrs.
|
| |
|
| |
|
|
|
|
| |
ffi wrapper.
|
| |
|
| |
|
|
|
|
| |
'htmlFor' name.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* :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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
| |
`for` can't be use in JS as it's a reserved keyword, so react renamed the property to `htmlFor`
|
| |
|
| |
|
|
|
|
| |
doesn't care.
|
| |
|
| |
|
| |
|