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

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.

I've done this. HTMX offline-first is an elegant way to build apps.
Should work if the worker behaves like a traditional backend and return/proxies html pages rather than JSON?