Lifting State Up in React JS (Hindi)

preview_player
Показать описание
Lifting State Up in React JS



Check Out Our Other Playlists:

SUBSCRIBE to Learn Programming Language !

Learn more about subject:

________________________________________________

If you found this video valuable, give it a like.
If you know someone who needs to see it, share it.
If you have questions ask below in comment section.
Add it to a playlist if you want to watch it later.
________________________________________________

T A L K W I T H M E !
_______________________________________________

Make sure you LIKE, SUBSCRIBE, COMMENT, and REQUEST A VIDEO! :)
_______________________________________________
Рекомендации по теме
Комментарии
Автор

This is not an example of Lifting State Up. This is simply pass data by props .

awabmehar
Автор

lifting stae up

state locally hota he ---yani ki wohi componenet me use ho skata he.
but
parent component ke state ko child component kese use kar skate he


solution is --props through
and
most of the time ham jab state banate he tab ek hi component me rakhte he bcz aasani rahe state ko manage karne ko sabi jagah jake dekhna na pade.


state use karne ke liye as a attribute pass karenge dusre componenent me
7:15 to 8:55 start here

blackmamba
Автор

most of your tutorial is very good but sorry to say this is not an example of Lifting state up. Here you simply passing state as a prop and using it, simple.. we have seen it many times. Lifting state means, we declare states in the parent component so that child components not only can share it as a prop but also make changes into parent state so that it reflects in both the child component. Because PROPs are ready only and child component cannot change it and nither it changes the parent state directly, So we need a handler function, which we declare in the parent class and pass it to the child as a prop. That function change the State in parent class which further reflects in other child components. You miss the main quark here.

iam-Inder
Автор

is ka title hona tha "How pass values from one component to other component "

RafikulHasanSara
Автор

Bro. this is not lifting up you are passing state from parent to child.
Lifting up when going upward in the chain for make child state data available in parent

salmansaysit
Автор

I read the comments about this not being an example of Lift State up and checked a few other videos along with ReactJS website, this is the correct example of Lift State up. If I am missing anything, kindly point to right example.

AmitabhSuman
Автор

this video is showing the use case with props. thanks.

CodeTravel
Автор

Hellow
My self Abdullah from bangladesh .
I Watch your video regularly and now i complete django playlist.
i learn everything from your youtube ---
thank you ---


Brothor
I have a request to you that please make a video how to use django custom admin panel instead django default admin templare....

please
please
please i wait for your notification

abdullahamin
Автор

but jo bhi samghaya (parents to child) way of explanation tagda tha

ankurgangwar
Автор

This is not the example of state up lifting

ankursharma
Автор

If we want to receive updated state from user to guest and render it on app.js Galat concept h aapka

Realnoooob
Автор

Sir plz make a tutorial series on node js

studymaterialinfo
Автор

Virtual dom pr video nii bnaya sir. Virtual dom ka kya use hai...?

DeepakGupta-hjdv
Автор

Hello bro apne state or props ka video banaya tha use me apne bola tha state ko modify Kar sakte he & props ko modify ny Kar sakte E shame to modify ho ra he

vishalgohel
Автор

ho to use ref in functional component??

svatirathod
Автор

muje laga apke pas bohut knowlege hai, ap toh dusre ke video dekhke video banate ho, aur thik se copy vi karne nhi ata apko, 15 mins ki video props passing discuss ki. lifting state up hota hai jab child se value parent pe bheja jata... lol

dipit
Автор

@GeekyShows You show how pass state from parent to child through props but not tell how pass state from child to Parent ? Anyone Explain this Please.

i_m_sheikh_ammar
Автор

sir ye this key word wala fanda b samjha dain or basic concept clear karwa dain event loop etc or jo b hain iss trah k

naumanzepto
Автор

Aslam o Alaikum, hope you are doing well, have you created advance react.js with complete project ?

muhammadhassan
Автор

its a wrong you are teaching about props not lifting up state.

DhruvRathiTheCondom