#3 Redux Form Tutorial | React Forms 4 Ways

Sdílet
Vložit
  • čas přidán 26. 01. 2019
  • After learning how to manage the state of your form without any external dependencies in the first the videos of this series we are now talking a look at the first third-party tool: Redux-Form. A great helper with a great API, but it also comes at a cost. Make sure to watch the video all the way to the end to say my conclusions on the advantages and disadvantages of using Redux Form and learn about possible alternatives.
  • Věda a technologie

Komentáře • 23

  • @eduardorodriguesdelfino6717

    Very good friend, this tutorial helped me a lot. Thanks!

  • @nat9434
    @nat9434 Před 3 lety +1

    Great video, a question here, why did we pass in the onSubmit into the object param of reduxForm({form: ...})(ReduxForm) when exporting?

  • @brianjensen2923
    @brianjensen2923 Před 3 lety

    I had to look up the validate prop on the Field to understand more of what you did as it wasnt clear to me. Is my understanding correct? The prop, validate on Field returns valid (true) if undefined else if a message in your case (or an error as referred to in the doc) means not valid?

  • @bimalpariyar3732
    @bimalpariyar3732 Před 4 lety +3

    Please make series on react and redux in combine

  • @atnguyen-ul8vs
    @atnguyen-ul8vs Před 3 lety

    can you make tutorial about select of redux form and how to selected in edit select? I interested thank you, this video is useful

  • @musictrader8990
    @musictrader8990 Před 4 lety +5

    It would be a time saver for us if you hadn't already defined input component. I had to see the previous videos to see what it was. Overall it was very helpful. Thanks for the video

    • @kubucation
      @kubucation  Před 4 lety

      Fair enough. I really designed the Form videos as a mini series, so we can compound on the learned skills. If we stared from scratch the Redux Form video would be considerably longer. So, I really recommend starting with the first video and watching them all the way through. Even if you only care about Redux Form there’s a lot of React knowledge spread over those four videos that will also be helpful when building forms with Redux Form.

    • @lukemccrae1617
      @lukemccrae1617 Před 3 lety

      1:51 in the #1 video czcams.com/video/LZldYD6a78Y/video.html for anyone else wondering where this is

  • @user-nw3jc7nh4j
    @user-nw3jc7nh4j Před 4 lety +5

    What the "Input"!

  • @danilsviridenko6565
    @danilsviridenko6565 Před 3 lety

    can u make a video how u connect your Redux with React

  • @hochihuynh2024
    @hochihuynh2024 Před 3 lety

    I cannot connect from parent component.

  • @mohammedalmallahi5147
    @mohammedalmallahi5147 Před 3 lety

    radio does't work ? why

  • @eucutinesirestullumi
    @eucutinesirestullumi Před 5 lety +2

    Redux Form in small projects will be fine, but in Big projects will make a mess. I work in a project for a big US movies company and who decided to use Redux Form in the beginning of the project, took a bad decision. Redux Form is plugin, that has limitations. So, because the whole project is with Redux Form, sometimes we have to reinvent the wheel because Redux Form doesn't offer what we need.
    I recommend to everyone to use in every project React and Redux, because you can do what you want to do with forms, how you want to do and when you want to do. You think that a plugin will make your life easier. I repeat, in a very small project, maybe, but in a big project...Sometimes the colleagues, including myself, wanted to quit this company, only because of Redux Form.

    • @vakyz5333
      @vakyz5333 Před 4 lety +1

      LOL nice. Good to know the feedback.

  • @vakyz5333
    @vakyz5333 Před 4 lety +1

    i hate light theme.

    • @kubucation
      @kubucation  Před 4 lety

      Haha, I quite like it. I’ve found that I prefer a light theme when working during the day (which is when I mostly write code). If the room is really dark I prefer a dark theme too.

    • @alimertcakar1894
      @alimertcakar1894 Před 3 lety

      better use blue light filtering glasses

  • @ChristopherFranko
    @ChristopherFranko Před 5 lety

    your mouth sounds really really sticky I wish this tutorial was written down somewhere because its really hard for me to follow it because of that.