darklang / rescript-tea

The Elm Architecture for Rescript
Other
119 stars 9 forks source link

Clean up Html.Events functions #23

Open pbiggar opened 2 years ago

pbiggar commented 2 years ago

There's functions that use callbacks, some that return msgs (and therefore dont have keys, which could be used to optimize potentially expensive msg comparisons), there's onWithOptions, etc.

Let's try and have a consistent interface and equivalent set of functions for each way to call these.