maxence-charriere / go-app

A package to build progressive web apps with Go programming language and WebAssembly.

Home Page:https://go-app.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Htmx

gedw99 opened this issue · comments

commented

Does this have a notion of htmx ?

At the moment it renders every page in full ?

It makes it possible to run the app server side for initial fast load and then transaction sone of the app to client side ..

app.RunWhenOnBrowser()

https://go-app.dev/seo

the htmx aspect is that you can send the html to the client from the server but also send fragments.

This
Thanks

There is no htmx.