Forms And Validation With Golang, Templ And HTMX

preview_player
Показать описание
Learn how to handle forms with golang templ and htmx in this video tutorial. Master the art of creating interactive forms for your web applications!

Рекомендации по теме
Комментарии
Автор

Hey! please do some i18n stuff with Go and HTMX

louiseyousre
Автор

I've always done my error handling for forms client-side, and never really thought about doing it server-side. Now that I'm getting into Go, this approach is a bit foreign...but...i must admit...i really like it

RK-gufq
Автор

Coming from React hook form, validation schemas, zod, client side and server side validation... this is very refreshing. Very intrigued with the rendered charts, is that go-charts? That is something I am yet to test.

oliverhughes
Автор

Hey Anthony....I Am New To Golang and want to create a project in Golang....You have many projects on your channel....But which one of your project is do you think good for beginner

adityashukla
Автор

Thanks you please make more from this types of videos

abdorootuae
Автор

Curious how would you clean up the errors in the following scenario:
1. User enters data in the Name field only and posts the form.
2. The server returns the form with errors on other mandatory fields.
3. User types something into the field with an error markup.
I assume that the error just stays in the form, but from UX standpoint it would be nice to remove the error once the user populated the field.

stevvns
Автор

What does hxRedirect look like GG? Also, how are you handling the nav menu on the side? Is that a templ component too?

Laflamablanca
Автор

where is hx-target, how did htmx know which node to swap?

hadesubloysa
Автор

Hey anthony on chi while handeling route not or method not do we always have to wrap it by router.Route have you faced this issue.?

prmshzkarmacharya
Автор

Don't forget to add CSRF to that before put it live lol

zoop