Forms And Validation With Golang, Templ And HTMX

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 พ.ย. 2024

ความคิดเห็น • 23

  • @anthonygg_
    @anthonygg_  6 หลายเดือนก่อน

    ► 33% OFF on my Go + HTMX + Templ Course PRESALE bit.ly/3UFruxO
    ► Full Projects, Mini courses, Resume reviews, and Coaching thetotalcoder.com
    ► Join my Discord community for free education discord.com/invite/Ac7CWREe58
    ► 60% OFF on my Golang course fulltimegodev.com
    Thanks for watching

  • @louiseyousre
    @louiseyousre 6 หลายเดือนก่อน +18

    Hey! please do some i18n stuff with Go and HTMX

  • @RK-gu2fq
    @RK-gu2fq 3 หลายเดือนก่อน

    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

  • @oliverhughes169
    @oliverhughes169 6 หลายเดือนก่อน +3

    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.

  • @stevvns
    @stevvns 5 หลายเดือนก่อน +2

    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.

    • @anthonygg_
      @anthonygg_  5 หลายเดือนก่อน

      I agree. A little bit of js i guess

    • @juliancorredor1128
      @juliancorredor1128 5 หลายเดือนก่อน

      you could also get errors from a different templ endpoint that executes with a delay after using input, right? though I believe that's a far stretch to not use js

  • @abdorootuae
    @abdorootuae 6 หลายเดือนก่อน +2

    Thanks you please make more from this types of videos

  • @nanonkay5669
    @nanonkay5669 6 หลายเดือนก่อน +2

    Oh look. It's Timmy 😃

  • @vladmariangabriel6433
    @vladmariangabriel6433 6 หลายเดือนก่อน +2

    What web framework are you using?

    • @anthonygg_
      @anthonygg_  6 หลายเดือนก่อน +1

      chi

  • @vendjin
    @vendjin 5 หลายเดือนก่อน

    what theme in vs code are you using?

  • @adityashukla9840
    @adityashukla9840 6 หลายเดือนก่อน

    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

  • @artlyart8326
    @artlyart8326 6 หลายเดือนก่อน

    My G ❤

  • @rayhankessal6976
    @rayhankessal6976 6 หลายเดือนก่อน

    Hi Anthony
    Nice video

  • @Laflamablanca969
    @Laflamablanca969 6 หลายเดือนก่อน +1

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

  • @nguyentien539
    @nguyentien539 6 หลายเดือนก่อน

    Nice video! And what theme is that?

  • @hadesubloysa2705
    @hadesubloysa2705 5 หลายเดือนก่อน

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

    • @hadesubloysa2705
      @hadesubloysa2705 5 หลายเดือนก่อน +1

      oh, htmx default is replacing the one that made the request

  • @prmshzkarmacharya2069
    @prmshzkarmacharya2069 6 หลายเดือนก่อน

    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.?

  • @mansourbaitar5194
    @mansourbaitar5194 6 หลายเดือนก่อน

    The GG HTMX System with Golang Templ

  • @tylergilman2129
    @tylergilman2129 6 หลายเดือนก่อน

    Gold

  • @zoop2174
    @zoop2174 6 หลายเดือนก่อน

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