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

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?