Extension to persist form fields to different storages #2403
jyrimatti
started this conversation in
Show and tell
Replies: 1 comment
-
It seems to me that you could incorporate a service worker and background sync and it would allow for offline form submission with automatic sync when back online |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I made an extension to persist state with different needs. It feels useful, since it allowed me to remove quite a lot of state handling code from a small application of mine.
What do you think?
Any suggestions for improvement?
https://github.com/jyrimatti/htmx-persist-fields
Beta Was this translation helpful? Give feedback.
All reactions