ReactJS Multi-Step Form Tutorial - React Hooks Tutorial

preview_player
Показать описание


Social
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Tags:
- ReactJS Tutorial
- ReactJS and MySQL
- NodeJS Tutorial
- API Tutorial

#reactjs #coding
Рекомендации по теме
Комментарии
Автор

I just went through your code on a github, specifically on I must say its neat, precise and readable. Thanks a lot, this is really helpful.

eazydatasolutions
Автор

Superb, you forced me to like this video because of your teaching style and stepwise action 👍👍👍

sanjeevdutta
Автор

If you want to fetch the progress bar width dynamically meaning it will change based on the number of forms then use this formula in style:
style={{ width: `${(100 / FormTitles.length) * (page + 1)}%` }}
This will calculate the width based on the FormTitle length and page count

Lohitpant
Автор

man, i just wanted to thank you a million times. you are a genius. i hope you'll make tutorial on local storage soon bro.

adiemar
Автор

This was beginner friendly and absolutely fantastic.Thank you so much

Fatimah
Автор

Insightful Video> You Explained It In Very Simple Way

wasiuddinmansoori
Автор

Nice job, is there any way you could make a video like this adding validation on each step?

conorkelly
Автор

Como tu pode ter uma pronúncia tão Adorei o vídeo

gustavocampos
Автор

I think for the progress bar width, it's cleaner to write style={{width: `${page * n}%`}} where 'n' is equal to 100 divided by the amount of pages in your form. For example, my form has 13 pages, so 100 / 13 = 7.7 (round up to 8), so for me this will be style={{width: `${page * 8}%`}} (:

dtawantawng
Автор

Once I saw this video which is exactly what I needed.. I scrolled no further

Reminiscer
Автор

WOW.... JUST WOW... THIS KIND OF CONTENT REALLY HELPS BEGINNERS LIKE ME A LOT... THANK YOU..

kajolghoshkkg
Автор

Thank you, Pedro! Você está fazendo um bom trabalho :)

alimamedov
Автор

Thank you Pedro. was really clear to understand multi step form logic :)

idevbrandon
Автор

Just started in my first job last week and your video saved me a lot of time. Thank you so much!

By the way, teu sotaque em inglês é quase nulo, parabéns pela evolução na língua também.

gabriel-xchp
Автор

So happy seeing you get to all the milestones❤

f-faithfitnessfinance
Автор

Good stuff! The explanation is straightforward and I like It!

alfredgithinji
Автор

Thanks for sharing this video. It's helped me a lot with my official project.

taseenbappi
Автор

Hi, nice job with the videos, it is helping me so much with my learning curve. it is exacly what the marketing is expecting those days. One thing I am struggling, going back to the FULL stack videos, right now is an example on how to deal in the front end with Many To Many relationships, I could do the Sequelize part, and some calls, but I am struggling on making the calls on the front end. If you have an example using Many to Many ( on your videos you have 1 to many only ), it would be very nice to see. Thanks and keep up the good work!

delmerj
Автор

you explain so good bro ! i'm so happy to find you.

mohammadhossein
Автор

Such A great teacher u made it too much easy or me🤩🥰

MrsBUtt-uion