ThreeDotsLabs / wild-workouts-go-ddd-example

Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.
https://threedots.tech
MIT License
5.04k stars 464 forks source link

Htmx #68

Open gedw99 opened 1 year ago

gedw99 commented 1 year ago

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

gedw99 commented 1 year ago

https://templ.guide/server-side-rendering/htmx/

gedw99 commented 1 year ago

https://vreco.fly.dev/blog/post/HTMX%20in%20Go