Y
Hacker News
new
|
ask
|
show
|
jobs
by
datadeft
899 days ago
I am not sure if I understand the definition of offline here. HTMX has graceful degradation options. What else could you do when the client is offline?
1 comments
thisgoesnowhere
899 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.
link
nymanjon
894 days ago
I've done this. HTMX offline-first is an elegant way to build apps.
link
e12e
899 days ago
Should work if the worker behaves like a traditional backend and return/proxies html pages rather than JSON?
link
Figma is an example.