go-htmx-examples
Go to file
joerdav b003653967
feat: delete row
2023-04-19 14:23:56 +01:00
bulkupdate feat: bulk update and click to edit 2023-04-18 10:23:18 +01:00
clicktoedit feat: bulk update and click to edit 2023-04-18 10:23:18 +01:00
clicktoload feat: clicktoload 2023-04-19 10:55:03 +01:00
deleterow feat: delete row 2023-04-19 14:23:56 +01:00
shared feat: bulk update and click to edit 2023-04-18 10:23:18 +01:00
README.md feat: bulk update and click to edit 2023-04-18 10:23:18 +01:00
go.mod feat: clicktoload 2023-04-19 10:55:03 +01:00
go.sum feat: clicktoload 2023-04-19 10:55:03 +01:00
home.templ feat: bulk update and click to edit 2023-04-18 10:23:18 +01:00
home_templ.go feat: bulk update and click to edit 2023-04-18 10:23:18 +01:00
main.go feat: delete row 2023-04-19 14:23:56 +01:00

README.md

Go HTMX Examples

https://htmx.org/examples implemented in Go and templ.

Tasks

run

Runs the app and looks for changes.

reflex -r '.*\.(go|templ)' -R '.*_templ\.go' -s -- sh -c 'templ generate && go run .'