Y
Hacker News
new
|
ask
|
show
|
jobs
by
thisgoesnowhere
898 days ago
There are many apps that work when the user is entirely offline and HTMX is not a good option if that is a key requirement of your app.
Figma is an example.
2 comments
nymanjon
893 days ago
I've done this. HTMX offline-first is an elegant way to build apps.
link
e12e
898 days ago
Should work if the worker behaves like a traditional backend and return/proxies html pages rather than JSON?
link