React Forms: the SIMPLEST way

Поделиться
HTML-код
  • Опубликовано: 12 дек 2022
  • The cleanest and simplest way of creating React forms without 3rd-party libraries. Let's see what a bad way vs. a good way of building a React form is.
    ======⚡⚡⚡======
    Consider supporting the channel by clicking the "Thanks" button ❤️
    👉 Get a 20% discount on Brilliant.org (to learn Science, Technology, Engineering, and Math): brilliant.sjv.io/kjVO2z
    ======⚡⚡⚡======
    🙌 Become my Patreon and get exclusive perks: / softdevdiaries
    💼 Follow me on LinkedIn and drop me a message if you'd like: / gusgadirov
    💻 Also, let's connect on GitHub: github.com/gusgad
    📚 Resources:
    FormData: developer.mozilla.org/en-US/d...
    checkValidity: developer.mozilla.org/en-US/d...
    And don't forget to subscribe for more videos like this 😊
    #react
  • НаукаНаука

Комментарии • 15

  • @conradunderwood6742
    @conradunderwood6742 Год назад +1

    Thanks for the video! I found it easy to understand even though it is my first time using React and React forms.

  • @Gbw99
    @Gbw99 Месяц назад

    hey! first of all thanks for the video, I landed here because I was looking at my code and I was thinking there was something wrong with this part of the code and I knew I could do something cleaner.
    And your video showed me how to :)

  • @topkangaroo7892
    @topkangaroo7892 Год назад

    bro i am fresh front-end developer
    how much salary could i expect (with 0 years of exp)
    and also interview question asked in interview if you can tell
    please

    • @libra2054
      @libra2054 11 месяцев назад

      tu seras pauvre au debut mdr

  • @rameshcena
    @rameshcena 8 месяцев назад +2

    You are making a trade-off by removing the feature to validate on-the-fly. Validating everything on submit is not necessarily an efficient way depending on the case.

  • @randompointlessness2766
    @randompointlessness2766 6 месяцев назад

    What if I dont want the styles of bootatrap to be added ? 😅

    • @sixthsense844
      @sixthsense844 20 дней назад

      Then change it to what you want :/

  • @MohamedHassan-yk5xn
    @MohamedHassan-yk5xn Год назад

    Nice video, thanks.
    I usually use Formik to handle my forms.

  • @libra2054
    @libra2054 11 месяцев назад

    I followed your tutorial and it didn't work

  • @sriyell
    @sriyell 4 месяца назад +4

    Thankyou for wasting time

  • @mdmofazzalhossain77
    @mdmofazzalhossain77 8 месяцев назад +7

    the worst tutorial ever