index
:
lustre
main
gleam lustre
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
:recycle: Remove unused imports.
Hayleigh Thompson
2023-04-05
*
🐛 Avoid a race condition when dispatch is used twice from outside (#8)
Kero van Gelder
2023-04-05
*
🐛 Rename `for` attribute string to `htmlFor` to reflect usage in React. (#7)
Danny Martini
2023-03-07
*
:memo: Docs for the docs god.
Hayleigh Thompson
2023-02-13
*
:memo: Docs for the docs god.
Hayleigh Thompson
2023-02-13
*
:recycle: Remove distinction between attributes and properties: react doesn't...
Hayleigh Thompson
2023-02-13
*
:memo: Docs for the docs god.
Hayleigh Thompson
2023-02-13
*
:recycle: Simplify event handlers to handle the most common case.
Hayleigh Thompson
2023-02-13
*
:sparkles: Merge string attributes together.
Hayleigh Thompson
2023-02-13
*
:bug: Fixed a bug where 'toProps' would break on minified builds.
Hayleigh Thompson
2022-09-05
*
:pencil: Fix typo: 'require' -> 'required'.
Hayleigh Thompson
2022-09-05
*
:bug: Fix incorrectly-cased attribute and event names.
Hayleigh Thompson
2022-07-02
*
:sparkles: Expose function for converting lists of attributes into a props ob...
Hayleigh Thompson
2022-05-22
*
:memo: More docs for the docs god.
Hayleigh Thompson
2022-05-21
*
:memo: Begin writing useful docs.
Hayleigh Thompson
2022-05-21
*
:sparkles: Add a 'Cmd' abstraction for performing side effects and bringing d...
Hayleigh Thompson
2022-05-21
*
:sparkles: Add many common events.
Hayleigh Thompson
2022-05-14
*
:sparkles: Add many common attribute functions.
Hayleigh Thompson
2022-05-14
*
:sparkles: Create a special-case 'style' attribute because React is awkward.
Hayleigh Thompson
2022-05-14
*
:sparkles: Add 'dispatch' helper to replace writing lambdas for event callbacks.
Hayleigh Thompson
2022-05-14
*
:bug: Fixed bug where FFI module was overwriting gleam module of the same name.
Hayleigh Thompson
2022-05-14
*
:truck: Move FFI code to project root.
Hayleigh Thompson
2022-05-14
*
:recycle: Explicitly pass 'dispatch' callback to event handlers.
Hayleigh Thompson
2022-05-14
*
:pencil: Rename 'html' to 'node'.
Hayleigh Thompson
2022-05-14
*
:memo: Write some doc comments.
Hayleigh Thompson
2022-05-14
*
:sparkles: Add support for components with encapsulated state.
Hayleigh Thompson
2022-03-21
*
:construction: Morphdom is dead, long live React.
Hayleigh Thompson
2022-03-20
*
:construction: Begin experimenting with html/dom api.
Andy Thompson
2022-02-11