How to Build ReactJS Multi Step Form APP(#5) 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)

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

  • @codingexpedition4625
    @codingexpedition4625 3 года назад +2

    Hi Ajay, awesome series! Thanks.
    Can you share a link to the code of the example above so that we can play with it?

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

    Please make this same tutorial but using Redux, so we can compare and learn, thnks for amazing videos !

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

    Thank you bro 👍🏼💪🏼

  • @DarshanJadhav-qj6lx
    @DarshanJadhav-qj6lx 9 месяцев назад

    I'm not getting the value at last state.. can you please tell me why?..

  • @_shubhamjadhav
    @_shubhamjadhav 3 года назад +1

    Would u share the github link of code?

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

    I am trying to clear out the data after pressing the submit button. I added "setStep(1)" at the end of the submitData funtction (just like on the video), but it clears out every step of the form, beside the first step is not being cleared. Any idea why? thank you

  • @DarshanJadhav-qj6lx
    @DarshanJadhav-qj6lx 9 месяцев назад

    Hii

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

    Hi bro, Awesome series. I am facing an issue. After submitting it is not going to first step and not clearing input. I am getting this error. Please help. Thank u so much.
    ERROR : "A component is changing an uncontrolled input of type text to be controlled. Input elements should not switch from uncontrolled to controlled."
    "./src/StepContext.js
    Line 11:11: 'submitData' is defined but never used "

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

      Thanks. I believe your function not working. which used to change the step after submit. Try with debugging.

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

      @@ajayjagtap9112 yeah. Now it's working. Thank you so much 😁

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

      @@rangabharath4253 NP. Thanks.