aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* :sparkles: Expose function for converting lists of attributes into a props ↵Hayleigh Thompson2022-05-22
| | | | object React will be happy with.
* :memo: More docs for the docs god.Hayleigh Thompson2022-05-21
|
* :memo: Begin writing useful docs.Hayleigh Thompson2022-05-21
|
* :sparkles: Add a 'Cmd' abstraction for performing side effects and bringing ↵Hayleigh Thompson2022-05-21
| | | | dispatching actions based on their result.
* :sparkles: Add many common events.Hayleigh Thompson2022-05-14
|
* :sparkles: Add many common attribute functions.Hayleigh Thompson2022-05-14
|
* :sparkles: Create a special-case 'style' attribute because React is awkward.Hayleigh Thompson2022-05-14
|
* :sparkles: Add 'dispatch' helper to replace writing lambdas for event callbacks.Hayleigh Thompson2022-05-14
|
* :bug: Fixed bug where FFI module was overwriting gleam module of the same name.Hayleigh Thompson2022-05-14
|
* :truck: Move FFI code to project root.Hayleigh Thompson2022-05-14
|
* :recycle: Explicitly pass 'dispatch' callback to event handlers.Hayleigh Thompson2022-05-14
|
* :pencil: Rename 'html' to 'node'.Hayleigh Thompson2022-05-14
|
* :memo: Write some doc comments.Hayleigh Thompson2022-05-14
|
* :sparkles: Add support for components with encapsulated state.Hayleigh Thompson2022-03-21
|
* :construction: Morphdom is dead, long live React.Hayleigh Thompson2022-03-20
|
* :construction: Begin experimenting with html/dom api.Andy Thompson2022-02-11