We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples using htmx pattern seem perfect since htmx can also push over SSE or websockets.
in golang there are plenty of htmx examples.
you just use go templates to compose the UI .
even a decent admin gui for watermill can be built with it
The text was updated successfully, but these errors were encountered:
https://templ.guide/server-side-rendering/htmx/
Sorry, something went wrong.
https://vreco.fly.dev/blog/post/HTMX%20in%20Go
While it's not in wild workouts, I recently wrote this piece :) https://threedots.tech/post/live-website-updates-go-sse-htmx/
No branches or pull requests
Examples using htmx pattern seem perfect since htmx can also push over SSE or websockets.
in golang there are plenty of htmx examples.
you just use go templates to compose the UI .
even a decent admin gui for watermill can be built with it
The text was updated successfully, but these errors were encountered: