https://github.com/mdmfernandes/learn-go-htmx
Learn HMTX using a Go server
https://github.com/mdmfernandes/learn-go-htmx
Last synced: 3 months ago
JSON representation
Learn HMTX using a Go server
- Host: GitHub
- URL: https://github.com/mdmfernandes/learn-go-htmx
- Owner: mdmfernandes
- Created: 2024-03-31T11:59:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T19:32:48.000Z (about 1 year ago)
- Last Synced: 2024-04-01T23:32:29.327Z (about 1 year ago)
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn HTMX
Learn HTMX using a Go server.
Learning from [HTMX & Go with ThePrimeagen](https://frontendmasters.com/courses/htmx) course on [Frontend Masters](https://frontendmasters.com).
The key difference is that I use Go's _net/http_ instead of _echo_ for the server. This is only possible since
[Go 1.22](https://go.dev/blog/go1.22).