Comment on Show HN: I made a HTMX Playground 100% in the browserparentComments−thisgoesnowhere2yThere 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.−nymanjon2yI've done this. HTMX offline-first is an elegant way to build apps.−e12e2yShould work if the worker behaves like a traditional backend and return/proxies html pages rather than JSON?
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?