|
|
|
|
|
by gedw99
846 days ago
|
|
I saw a htmx demo where the first request loaded the whole page to the browser and also synchronously loaded the code on the server into the browsers service worker. The next request hits the service worker and then gets any json from the server ( if not cached ) and returns the html fragment. It uses htmx . I thought it was a nice have your cake and eat it too |
|