HTMX
HTMX Integration
gofh has built-in support for HTMX, allowing you to create dynamic, interactive web pages:
gofh.Button("Click me").
HxPost("/api/action").
HxSwap("outerHTML").
HxTarget("#result")
Last updated
gofh has built-in support for HTMX, allowing you to create dynamic, interactive web pages:
gofh.Button("Click me").
HxPost("/api/action").
HxSwap("outerHTML").
HxTarget("#result")
Last updated