Create Clean and Reusable React Components

preview_player
Показать описание
Let's make your react code clean and reusable to make your application easier to maintain.

code:

🌎 Find Me Here:

––––––––––––––––––––––––––––––
Creative Commons — Attribution 3.0 Unported — CC BY 3.0
––––––––––––––––––––––––––––––

👋🏻Contact Me:

#react #ContextApI #ReactHooks #enjoyCoding
Рекомендации по теме
Комментарии
Автор

That rooster going hard in the background

Alexander-ztkz
Автор

You are very helpful, I am a beginner and just started a CV-Builder Project I didn't even realize how things can get messed up real quick. I was making a new directory and file for each component (even for the little ones like input or icon) I was fine at first, then I was confused passing data between components later and there's too many props and shits to share that I know i shouldn't be writing again and again.. THIS HELPED ME A LOT, THANK YOU VERY MUCH!

ravenguirao
Автор

A master class on creating a clean and reusable (Accordion) React Component.

There are so many essential techniques required to create this React Component, and they were illustrated so well in this tutorial. Thanks, Cand Dev

{2022-10-22}

Pareshbpatel
Автор

Thanks! this was really easy to understand and really helpful for my react app programming. Great video

MiikaKontio
Автор

Thank you so much for the beautiful knowledge you shared with us! Best video so far <3

CaliathleteNepal
Автор

Thank you that was helpful for me hope you keep doing this for us!

chunmeishui
Автор

Thanks for this amazing video. I am going to use this flow on my next project at work

SimPwear
Автор

Thank you so much, teacher!

That was more than helpful 👍

debwnyz
Автор

Great video, that cockrel in the background is having the time of his life

ssj
Автор

Looking simple but I finally get the concept that I can use for future project❤Thank you so much for the takeout

chewannuramirah
Автор

I learned so much from this video. Thank you so much! You make yourself a new subscriber, you deserve it :)

EldorJ
Автор

Thank you so much for better example 👍

MdMasudulKabir
Автор

thanks, how can I add this to make multiple lists where the most recently clicked list details will be expanded and the previously selected list details will be collapsed. Only one list item detail will be expanded at one time?

historyArena
Автор

this content made me smile 😁 thank you for this ❤

ozoindaprince
Автор

anyone can tell me how to auto import the custom hooks? I always type manually import hooks at the top :(

scgnvzc
Автор

More clean and refactor react content pls sir :)

hardwired
Автор

Ukrainians are very good at teaching, thanks bro

EvolutionMachinetoMan
Автор

mas, kalo yang useToggle itu namanya custom hooks bukan? aku react blm tau banyak soal state mas, baru paham dan cuma sering pake useState & useEffect aja

anangyoga
Автор

Thanks, you teach many knowledge p in 21 minute. Are you from Indonesian? Your pronounsasion like Indonesian people

muhammadraihan
Автор

why const { title, content } = props;

& then {title}

instead of const Accodion = ({ title, content }) => {
}

AliMukhtar