How to Build ReactJS Multi Step Form APP(#6) Hooks(useState & useContext), Context API & Material-UI

Поделиться
HTML-код
  • Опубликовано: 4 сен 2024
  • In this Playlist Tutorial Videos we will learn How to create Complete Multi Step app using React Hooks, Context API & Material-UI step by step from Scratch. Also we will learn how to create, use Context API and Hooks(useState & useContext)

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

  • @ranapoddar8569
    @ranapoddar8569 6 месяцев назад +1

    I've watched the entire series , Very Helpful and well explained ! Thanks a lot

  • @NishantSingh-br6iu
    @NishantSingh-br6iu 2 месяца назад

    great series

  • @omaralkhatib3718
    @omaralkhatib3718 2 года назад +1

    I watched the series, very helpful, thanks a lot!

  • @shubhampawar456
    @shubhampawar456 6 месяцев назад +1

    That was helpful bro thanks a lot

  • @khandoor7228
    @khandoor7228 4 года назад +1

    Ajay I followed this tutorial and it worked perfectly! I like the way you are managing state this is a good pattern you are using. I also followed the Chart series and the pattern did not work but as i see it works here I will retry the Chart series.

    • @ajayjagtap9112
      @ajayjagtap9112  4 года назад

      Perfect. Thank You.

    • @khandoor7228
      @khandoor7228 4 года назад +1

      @@ajayjagtap9112 the pattern also worked with the Charts thank you

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

    I have seen all video. All are very good . But Can you please tell how to validate it?

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

    Thank you so much

  • @waleedsharif618
    @waleedsharif618 3 года назад

    Awesome, just one thing could you make this same tutorial again but with Redux instead of context api ?

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

    Thank you 😊👍🏼

  • @rangabharath4253
    @rangabharath4253 4 года назад +1

    awesome

    • @ajayjagtap9112
      @ajayjagtap9112  4 года назад

      Thanks.

    • @rangabharath4253
      @rangabharath4253 4 года назад

      @@ajayjagtap9112 Hi bro. I want to store the submitted final data in local storage. How can I do that. At present data is not storing. After refresh I am losing the data. Please tell me in which file I should use local storage. Thank you so much

    • @ajayjagtap9112
      @ajayjagtap9112  4 года назад

      @@rangabharath4253 Yes. data will not store for this application as considered only react. But if you want to store, Yes you can use JS localstorage to store data.

    • @rangabharath4253
      @rangabharath4253 4 года назад

      @@ajayjagtap9112 I tried that in context file. I am able to store data to local storage. But after refresh the data is not displaying in table. But it is stored in local storage. How to do that?

    • @ajayjagtap9112
      @ajayjagtap9112  4 года назад +1

      @@rangabharath4253 Bro not getting your question, If you are saying it is storing in localstorage then you have to access it from it.

  • @kanikabagri247
    @kanikabagri247 4 года назад

    Hello Sir, Actually My Resume Builder is still not completed as I am not able to get my "Experience Section" in the final DisplayData.js File.
    Moreover, when I start adding my skills, the last skill is never displayed on the final resume.
    Please help me out with this. I am sharing my source folder with you.
    Thanks & Regards
    Kanika

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

    if user submit without data then?

  • @nileshshaha3349
    @nileshshaha3349 3 года назад

    Could you please add delete and edit in this project

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

    Hii sir how we will add validations here

  • @kanikabagri247
    @kanikabagri247 4 года назад

    Hello sir, Sir what if we want to display the table on a different new page? How will we do that?

    • @ajayjagtap9112
      @ajayjagtap9112  4 года назад +1

      Hello Kanika, For table, we need to create separate component and add that in our root or in App.js file where you adding other component to display. So by this we have to add only once and it will appear on all pages.
      Hope this will help!!

    • @kanikabagri247
      @kanikabagri247 4 года назад +1

      @@ajayjagtap9112 okay sir, Thank You

  • @sundareshan2226
    @sundareshan2226 4 года назад

    hai bro excellent video bro
    but can i get the github source code link bro please

    • @ajayjagtap9112
      @ajayjagtap9112  4 года назад

      Thank you. I'll update the link into description box once get uploaded.

  • @tukuyoma
    @tukuyoma 3 года назад

    please can yopu upload the source code to github

  • @sunilpatidar7056
    @sunilpatidar7056 3 года назад

    Can you provide source code