React tutorial in Hindi #46 Hight order component (HOC)

preview_player
Показать описание
In this react js tutorial for beginners series we learn what is a controlled component in react js with interview questions in react js. This video is made by anil Sidhu in the Hindi Language Language.

git link for this video
Playlist for complete React series in Hindi

What is HOC (Hight order component)?
Make 2 Components.
Example of HOC.
Interview Question.
Рекомендации по теме
Комментарии
Автор

It is very simple concept . Omg, I enrolled a course where they make it very complex. After watching your video now I can understand very clearly

mdsoliman
Автор

Thankyou sir ...
You make things easy to
understand Others make it unnecessarily complicated!

revmartin
Автор

Excellent tutorials sir, Thankyou sooo much sir, CodewithHarry ke baad sirf aapka hi content valuable laga hai mujhe Coding related.

nikhilflautist
Автор

ye bohot awesome video he boss, hoc bohot hi zyada interview me question ata he or ye bohot zyada use hone wali chez he react me thank you so much sir

syedali-sysk
Автор

Thankyou sir ...
sir apke videos inta simple hota mai bhut hi jada asani se samgh jata apke videos you tube ke sabse achhe videos hai

iamAi
Автор

Yes I had use it in Navbar component as a DarkMode button which is passed as a props in Nabar

priyajha
Автор

And Thank you for understanding the concepts of HOC in react JS

HasnainKhushi
Автор

sir your teaching is best, you make things easy to understand.
I am a fresher from a nontech background then also I learn every thing properly...
Thank You🙏

shrikantsuryawanshi
Автор

thanks for making this video
example is very easily to

aksharamishra
Автор

It is used in redux to connect react with the help of connect function

saivivekravi
Автор

Wah so simply you have taught ! Mazzaaaa aa gaya .

saurabrakshit
Автор

Yes hum isko button me use kr skte ha jaise ik jagah hme button green cahiye or dusri jagah button black cahiye

jyotichabba
Автор

Hello Sir, I am Learning ReactJS from your YouTube Playlist and i just finished Video #46 and after that i am getting little Confused because this playlist is showing "React Router Videos" after 46th Video...What should i do should i continue or should i skip the 'React Router Vidoes' for now... .plese help to What should i study first i am getting confused with the Videos Sequnce.

parikshitgurjar
Автор

Yes in Currying i'll be used this HOC 🤓

coderevision
Автор

Why not use a single generic HOC that accepts these parameters to eliminate code duplication?

ernishant
Автор

Not A Right Exmple Of HOC :) Correct me if i am wrong

abhiimali
Автор

when we can pass bgclor in Counter component itself then why we used HOCRed HOCGreen....

madhursangeet
Автор

Sir mera ek doubt hai aab jo react js ka latest version aaya hai usme kaafi change hue hai toh wo mai kese sikh skta hu kyunke agar mai ye same code wha run krta hu toh bahut error aati hai usme

RitikKumar-bkpj
Автор

Bro you just avoided calling Counter component to call separate HOC component number of times. You can just use one HOC and pass color as a prop. Don’t return jsx directly from HOC, return a function from HOC. You took component as a prop but you are not returning component from HOC you’re just returning plain jsx and that’s not correct implementation of HOC

aseemanand
Автор

custom components we can use in place of HOF

GauravPatel-lyul