Hacker News new | ask | show | jobs
by sph 2023 days ago
My killer unpoly features:

* easy AJAX loading like turbolinks (<a href="?page=2" up-target=".content">)

* easy AJAX modal (<a href="/users/new" up-modal="form">)

* submit a form whenever any input changes (<input type="search" up-autosubmit up-delay="500">)

* respects the way HTML is intended to be used, so the page still works even when JS is disabled

1 comments

I’m currently dealing with a modal issue within Svelte (pretty sure it’s due to createDispatch) and the Discord moves too fast to get help.

Gonna check this out in the AM.

EDIT: Couldn't sleep so checked it out now. Looking through the issues, there are a couple that are apparently "fixed in 1.0" but it doesn't look like 1.0 is coming anytime soon. Shame.