go-htmx-examples
Go to file
joerdav 14245a02f5
feat: lazy loading
2023-04-27 09:32:12 +01:00
bulkupdate feat: clicktoedit 2023-04-20 15:28:59 +01:00
clicktoedit feat: clicktoedit 2023-04-20 15:28:59 +01:00
clicktoload feat: clicktoedit 2023-04-20 15:28:59 +01:00
deleterow feat: clicktoedit 2023-04-20 15:28:59 +01:00
editrow feat: clicktoedit 2023-04-20 15:28:59 +01:00
lazyload feat: lazy loading 2023-04-27 09:32:12 +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: lazy loading 2023-04-27 09:32:12 +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 .'