go-htmx-examples
Go to file
joerdav fe6fe1f9b3
feat: csrf
2023-05-02 14:52:43 +01:00
bulkupdate feat: clicktoedit 2023-04-20 15:28:59 +01:00
clicktoedit chore: click to edit 2023-05-02 14:52:29 +01:00
clicktoload feat: clicktoedit 2023-04-20 15:28:59 +01:00
csrf feat: csrf 2023-05-02 14:52:43 +01:00
deleterow feat: clicktoedit 2023-04-20 15:28:59 +01:00
editrow feat: clicktoedit 2023-04-20 15:28:59 +01:00
inlinevalidation feat: inline validation 2023-04-27 10:17:22 +01:00
lazyload feat: lazy loading 2023-04-27 09:32:12 +01:00
shared chore: click to edit 2023-05-02 14:52:29 +01:00
README.md feat: bulk update and click to edit 2023-04-18 10:23:18 +01:00
go.mod feat: csrf 2023-05-02 14:52:43 +01:00
go.sum feat: csrf 2023-05-02 14:52:43 +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: csrf 2023-05-02 14:52:43 +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 .'