React Context & Hooks Tutorial #11 - useState with Forms

preview_player
Показать описание
Hey gang, in this React hooks tutorial we'll look at the useState hook in conjunction with text input form fields to track what a user types into them.

----------------------------------------

🐱‍💻 🐱‍💻 Course Links:

🐱‍💻 🐱‍💻 Other Related Courses:

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

We can see clearly the views going down as the course advance. I just want to say that this people doesn't know what they're losing because your content is amazing. Thank you so much, teacher, for share your knowledge freely with us. God bless you.

dicasparadevs
Автор

I'm Brazilian and I don't understand what you say, but your teachings are very direct and easy to understand, thanks man

cedrio
Автор

I've been wondering how Id transfer state from within a form component since yesterday until I saw this grateful for the good work sir....

fridayokorie
Автор

after checking in SO, other YT videos and so for answers... this video was so clear and simple... might just as well do the full react pack!

sebastianburford
Автор

The only channel where I wont Skip Ads. Thanks for the awesome lessons!

rakkitb
Автор

As always, you have kept contributing good content to the community. I say a big thank you for your devotion towards sharing knowledge. :)

MecksOnwenu
Автор

Every time My friends ask me a channel for learning programming, I recommend your channel to them. Not knowing English is their problem :)

khamdamov
Автор

Absolutely amazing tutorial, thanks bro and may god bless you .

vladybrodsky
Автор

Many thanks for your sharing, too much clear and easy to understand.

sudarwantossi
Автор

Great video as always. Something i have not still understood, is useState like a better and quicker version of Context or not? Is it the same thing?

theotrg_
Автор

First of all, amazing videos. I really enjoy watching them, good work!
I just have one question: Here, you passed the addSong function as a prop to the NewSongForm component. Aren't hooks & context supposed to help us avoid doing that? What happens if there were multiple components in the way?

Zicru
Автор

YOu jsut earn a sub in 5 mins, well done! loved it

WeI
Автор

Why do you set functions as values of a variable as opposed to explicitly declaring them like so: function myFunc() {}
Thank you

Автор

How is NewSongForm a stateless functional component if you use state within it?

md
Автор

If the form have multiple controls how it will be work? what is the alternative way for multiple controls?

wealthsageinsights
Автор

I think The Net Ninja (shaun) and Traversymedia (Brad) are aliens from another planet !!!

kamarajkannan
Автор

I did all the steps but for some reason I am only able to type 1 letter on the Input field. any reason why this happens?

joguland
Автор

how was it even possible to write medium/large applications without it? was redux always a must before context and hooks? was even drilling props through so many components a thing?

bones_twisting_sorrow
Автор

I do not know why, but the standard import of uuid did not work, so if someone faces the theme issue here is the solution that worked:

import { v1 as uuid } from 'uuid';

johnconnor
Автор

timeline 6:53,songlist.js file line 21, why "{addSong}", what does it mean?

yuettong