React & Material UI #28: MUI Forms + Formik

Поділитися
Вставка
  • Опубліковано 6 лис 2024

КОМЕНТАРІ • 49

  • @siri3359
    @siri3359 3 роки тому

    I would just want to learn all TECH stacks from you.. You are a saviour !!! I am so glad I found your channel... Commenting for better reach.. Please just maintain the same explanation style and pace.. Thanks a lot!!

  • @johnbentley5608
    @johnbentley5608 4 роки тому

    Your Material UI videos have been so, so helpful! I love the format of your videos, you have a great way of distilling the main points down into an easy-to-understand way. I can't wait to start using Formik with Material-UI!

  • @ABsazerNer
    @ABsazerNer 3 роки тому

    I hated react because of its difficulty of form validation, but you made me change my opinion by this library, thank you so much

  • @danijelbrankovic3158
    @danijelbrankovic3158 4 роки тому +3

    It was me ask for this tutorial. So thx bro. And yeah , some react updated crash course will be awesome.

  • @punitpanda8568
    @punitpanda8568 3 роки тому

    hello!! the way you explain things is very nice and easy to understand. loved it!!!

  • @jaychandran24
    @jaychandran24 4 роки тому +1

    Thank you Anthony for the great videos! The whole series has been exceptional and your teaching is wonderful! Can you please do a in-depth video on React Hooks, React Context APIs, Reducers...

  • @bogdangrbatinic5451
    @bogdangrbatinic5451 4 роки тому

    Thanks for the video. 1 suggestion for next video in the series: customising form inputs besides using `TextField` component and optionally wiring those customised inputs with Formik.

  • @k8hansen
    @k8hansen 2 роки тому

    ...and here I am again, peeping another one of your videos! Thank you so much for your content and clear explanations.
    P.s. is this video super blurry for anyone else? I can't really read the code. I'm watching on a 4k monitor :/

  • @pannihto7588
    @pannihto7588 4 роки тому +3

    I'm using react-hook-form on my projects and it's super easy to integrate with Material UI. I'd suggest you to try it in case you haven't

  • @UsmanKM
    @UsmanKM 4 роки тому +2

    Thank you so much for this. Please also give tutorial on react-hook-form

  • @marynavatsko9692
    @marynavatsko9692 4 роки тому +1

    You are talented at explaining things! Is there a chance you consider making a git tutorial? Like, how to solve conflicts, when to stash things, how to rename a folder already tracked by git, etc. I've joined a project recently and using git turned out to be a challenge..

  • @sara_youtube-x6w
    @sara_youtube-x6w 3 роки тому

    Hi. I loved your Material UI videos. They are being so helpful to me right now. Would you be please kind to show a tutorial using Material UI in a PWA and how to do the Links and Routing in a PWA. THANK YOU!

  • @Jay-jo5dm
    @Jay-jo5dm 3 роки тому

    anthony, i've smashed that like button

  • @mahendranath2504
    @mahendranath2504 4 роки тому

    Just now I came accross you channel , great content, I subscribed and hit notification, for next video can you do multi step form validation, and also can you do advance stuff ,not counter in react toolkit , 👍🏼🙏

  • @diyarpolat9823
    @diyarpolat9823 4 роки тому

    Anthony, you are the man

  • @siddi117
    @siddi117 4 роки тому +6

    You should also integrate with an up and coming library called react-hook-form it’s super similar!

  • @aravindk8181
    @aravindk8181 3 роки тому

    awesome this really helped me in building a form

  • @anastasiosarvanitis9533
    @anastasiosarvanitis9533 4 роки тому

    Great video Anthony thank you so much!

  • @naveenraj061
    @naveenraj061 4 роки тому

    Its very much helpful buddy

  • @djjoe1385
    @djjoe1385 2 роки тому

    Thank you for the great tutorial! I have a question for you to ask. The problem faced by SPA websites created with CRA is SEO. How to balance good user experience and SEO for SPA? Do you have any suggestions or solutions? Gatsby or nextjs?

  • @manjunathb.e382
    @manjunathb.e382 4 роки тому

    Thank you for the video.. can you please create video on creating Admin Dashboard using material UI. I donot see much on it now.

  • @sibozhang3979
    @sibozhang3979 3 роки тому

    I am a beginner in javascript and React JS. It may sound stupid but I realize the example for Formik in sandbox is .tsx file. Can I import Formik and use it in a .js file? Thanks

  • @jitengudhka4000
    @jitengudhka4000 4 роки тому

    Hey Anthony thanks for the video.
    when using formik with large form there is performance issue , how we can improve performance?

  • @Rahul8624
    @Rahul8624 4 роки тому

    amazing !!! thanks

  • @Rahul-pr1zr
    @Rahul-pr1zr 4 роки тому

    Hey, great work! I'm working on a project requiring the need for selects. Do I always have to include a select component it in a form control? So 1 form control for each select?

  • @avorpahl49er
    @avorpahl49er 4 роки тому

    Great series - Stumbled across this playlist/series/channel a few days ago and it's helped greatly!
    If you're looking for additional topics to cover one area that I've been searching for but don't see many videos is integrating visual analytics within pages (common use cases are admin dashboards to show trend of daily active users or basic statistics). Most of what I can see and find end up looking like 2003 excel pie charts, basic line graphs and subpar scatter plots!
    In Material-UI's "Discover More" section they have this: devexpress.github.io/devextreme-reactive/react/chart/docs/guides/getting-started/ Which i'm going to explore a bit more.
    Keep up the excellent content!

  • @comment8767
    @comment8767 3 роки тому

    We want to see more of the cat.

  • @Matrix8341
    @Matrix8341 3 роки тому

    As a beginner trying to learn React and Material UI, I find it hard to cope and understand what you are doing and showing do you have any suggestions of where i should start from to learn react ? I know html and css + some basic javascript.

    • @AnthonySistilli
      @AnthonySistilli  3 роки тому +1

      I have another series that covers the very basics of react :) Check it out! It will help you when doing the Material UI stuff

    • @Matrix8341
      @Matrix8341 3 роки тому

      @@AnthonySistilli Amazing! I've watched the first one and already beginning to understand react. Thank you so much.

  • @ErikAkerman
    @ErikAkerman 2 роки тому

    great!

  • @joshuafoxworth6972
    @joshuafoxworth6972 2 роки тому

    I found the sandbox in question to be out of sync with the docs. There is no explanation as to why some things come from formik-material-ui and others come from material-ui/core.

  • @rohitmehta3148
    @rohitmehta3148 4 роки тому

    Please make a video on Stepper.

  • @jtaylor8606
    @jtaylor8606 Рік тому

    Formik isn't being updated by the owner any more. Suggest everyone avoids it and looks for an alternative, as it's only a matter of time before a breaking change renders it unusable.

  • @federicoaguilera9573
    @federicoaguilera9573 4 роки тому

    this formik accept validation shcema for use YUP?

  • @mossasameer3338
    @mossasameer3338 4 роки тому

    we need a big project, thanks for your hard work :)

  • @wev_dev_pro
    @wev_dev_pro 3 роки тому

    thanks

  • @shammiguru
    @shammiguru 3 роки тому

    It would have been better if you actually submitted the form once and showed in console the values of the different fields. I tried 'select' but the formik is not picking the value from the drop down list, the console only shows the initial value. If anyone is having same issue and have successfully resolved it then please reply to this.

  • @andresvargas8562
    @andresvargas8562 4 роки тому

    Hello, Can you do a video showing how to use material ui but now with REACT-HOOK-FORM, I found out it is better than formik beacuse it doesn't cause re renders on components

  • @hashimjawed9893
    @hashimjawed9893 4 роки тому

    good

  • @Grishopping
    @Grishopping 4 роки тому +1

    Segundo: Soy de Venezuela

  • @leamon9024
    @leamon9024 4 роки тому

    Hello Anthony, thanks again for the amazing tutorial.
    One question, how to combine FastField with material-ui component like radio button and checkbox instead of using the regular Field?
    Since I don't want to cause unnecessary re-render. Here's one of my FastField version:
    const MyFastRadio: React.FC = ({ label, ...props }) => {
    return
    {
    ({field}) => {
    return ;
    }
    }
    };
    code sandbox link: codesandbox.io/s/focused-currying-83dbw?file=/src/App.js
    But this one doesn't seem to work. Any idea?

  • @mateenmustafa597
    @mateenmustafa597 4 роки тому

    First😍

  • @arpitjangir3349
    @arpitjangir3349 3 роки тому

    1:41 mr snot lol

  • @i.s.i.tagara7263
    @i.s.i.tagara7263 Рік тому

    your screen very tiny difficult see in laptop.

  • @mateenmustafa597
    @mateenmustafa597 4 роки тому

    Bro i am from Pakistan

  • @rickhoro
    @rickhoro 3 роки тому

    Sorry, I had to give you a thumbs down on this on video. It would be great if you could give better explanations of the code you show in the video. For example, it's not at all clear why the With Select field uses a TextField component, whereas the Tags field uses a Select component. It looks like perhaps there are two approaches to doing essentially the same thing, but why is that the case and what are the tradeoffs of using one approach vs. another. That is just an example of the sort of analysis of this code that I would love to have seen in this video. If you happen to have more insight into this code, perhaps you can redo this video at some point. Thanks.