Go & HTMX Data Dashboard - Form & Validation

Опубликовано: 14 Декабрь 2024
на канале: Web Dev Fuel
166
7

Form validation is an essential part of every web application, from a UX and security perspective, so it's important to know how it works.

In this video, you'll learn how to submit and validate forms with Go and HTMX, plus how to set up the templates with templ.

📚 Repository: https://github.com/webdevfuel/go-htmx...
🖥️ HTMX Go SaaS Blueprint: https://www.webdevfuel.com/hgsb

📦 Packages:
https://github.com/go-playground/vali...
https://github.com/go-playground/form

00:00 - Validation
17:35 - Templates
24:59 - Handlers