I'm watching the Remix Jam stream and this little moment is interesting


I'm watching the Remix Jam stream and this little moment is interesting.

Since DOM events bubble, you can declare event handlers in parent elements.

In this screenshot, Ryan moved the input's change handler to the form tag.

Since Remix 3 uses plain 'ol events, this works.

View original on X