Тёмный

Custom Hooks in React - Every React Developer Should Know This 

ByteGrad
Подписаться 152 тыс.
Просмотров 41 тыс.
50% 1

Опубликовано:

 

28 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 45   
@ByteGrad
@ByteGrad 7 месяцев назад
My Professional React & Next.js course is OUT NOW now! Find it here: bytegrad.com/courses/professional-react-nextjs -- this is the #1 resource to master the latest React & Next.js, my absolute best work.
@irfantayyib
@irfantayyib 6 месяцев назад
Keep it up sir! Always needed a teacher like you.
@abhijeetkumar8044
@abhijeetkumar8044 7 месяцев назад
Everytime i learn a lot from you videos on react core concepts. Thanks @ByteGrad for the react core concepts videos. Please make more on performance improvements🙏
@seventyMinus1
@seventyMinus1 7 месяцев назад
I don’t know why, but this teacher is the only one on RU-vid whom I can listen to and watch all day without getting distracted. I sincerely hope he continue make more videos regularly.
@ByteGrad
@ByteGrad 7 месяцев назад
Thanks, appreciate it! More to come!
@seventyMinus1
@seventyMinus1 7 месяцев назад
😍🥰@@ByteGrad
@HoussemBahri-nn3qt
@HoussemBahri-nn3qt 10 дней назад
Great video !
@saajanbajaj641
@saajanbajaj641 5 месяцев назад
What If, I want to store multiple value in same file then have to init custom hook everytime?
@isaacjon
@isaacjon 7 месяцев назад
hey bro, i want to try an offline frontend course from sourceryacademy in lithuania. After the course they are wiling to give job offer for best students. But i need some financial help to live there during this course( 3 month) because i am not european and not living near lithuania.
@Pareshbpatel
@Pareshbpatel 10 дней назад
A very comprehensive tutorial on code reuse in React. So much information imparted in so short a time. Thank you very much, Wesley {2024-09-19}
@dMDzn
@dMDzn 7 месяцев назад
Your mention of TS generics at the end was the cherry on top - a perfect use case that a lot of beginners will actually come across. Good job!
@cbunn81
@cbunn81 7 месяцев назад
I know the point was to make something in JavaScript, but it is possible to captalize only the first letter of the first word in a string using only CSS. You just have to use the *::first-letter* pseudo element along with the *text-transform* property. For example, to make the first letter of every *li* element capitalized: li::first-letter { text-transform: capitalize; }
@Osirisdigitalagency
@Osirisdigitalagency 7 месяцев назад
I was just about to say that
@dace9294
@dace9294 Месяц назад
How you can handle this in the future or maybe use it somewhere else, you can't track this functionality with CSS. the whole idea of the video is the concept of separation of concern, so let the CSS handle the styling and let JS handle the functionality.
@adarsh16p7
@adarsh16p7 Месяц назад
Wow, those statements at the beginning explained everything. Thank you so much for introducing those lines to us.
@mjylove2
@mjylove2 3 месяца назад
finally understood. thank you so much ! amazing job
@p1erceprc
@p1erceprc 7 месяцев назад
which vscode theme is this? thx
@mohammednasser2159
@mohammednasser2159 7 месяцев назад
You could've passed the generic type to the useState type parameter to simplify things
@flexdash
@flexdash 7 месяцев назад
Or cast the return value `as const`
@bryson2662
@bryson2662 7 месяцев назад
You could've passed the generic parameter to the usestate function and you would get better typing without needing to type the return function in the last example
@MuhammadUmair-gy5le
@MuhammadUmair-gy5le 7 месяцев назад
Thanks ByteGrad. Your content is really helpfull for me 👍
@AlexanderBelov-y8o
@AlexanderBelov-y8o 7 месяцев назад
Will watch this during dinner!
@darkcss1054
@darkcss1054 6 месяцев назад
I'd love a video on zustand as I am struggling to understand how am I supposed to transfer state from component to page and vice versa.
@seagull2345
@seagull2345 7 месяцев назад
Perfect timing. Im just starting to learn about custom hooks and when and where to use them. Thank you for this great explanation!
@mjylove2
@mjylove2 5 месяцев назад
this is a masterpiece
@yourlinuxguy
@yourlinuxguy 3 месяца назад
Thankyou for the ideas about where to use what.
@neelimaneelu195
@neelimaneelu195 6 месяцев назад
Honestly an amazing video
@goatslayer5957
@goatslayer5957 6 месяцев назад
Cool ztuff!
@complikatd
@complikatd 7 месяцев назад
Thanks for fixing your mic
@demicoderr
@demicoderr 7 месяцев назад
Wow, just wow.
@dayank.8499
@dayank.8499 7 месяцев назад
thank you for this video, but I don't know if we can apply this method with the selected items from detail List
@real23lions
@real23lions 7 месяцев назад
Your storytelling and editing is really good here. Glad you improved over the years because your content has always been great. Now the content delivery is 💯 .
@brailegawigawen
@brailegawigawen 7 месяцев назад
i came upon some of your videos just now, subscribed and immediately purchased your courses. *also, thanks for the discounts. highly appreciated!
@ByteGrad
@ByteGrad 7 месяцев назад
Amazing, welcome to the courses and enjoy! :)
@jacquelynecarmen
@jacquelynecarmen 7 месяцев назад
More videos like this ❤
@mrBurlaka1
@mrBurlaka1 7 месяцев назад
custom hooks don't have to use react base hooks
@aadamishmael8549
@aadamishmael8549 7 месяцев назад
They don’t have to but should.
@0xtz_
@0xtz_ 7 месяцев назад
👀 amazing
@bryson2662
@bryson2662 7 месяцев назад
You can capitalize the first letter using just css by the way. First-letter and transform uppercase
@PrMovies0
@PrMovies0 7 месяцев назад
Really Really helpful thanks ❤️
@CHUCKYCHUCKYBOBUCY
@CHUCKYCHUCKYBOBUCY 6 месяцев назад
This, as well as the previous video of yours that I just finished (12 react hooks mistakes), are the best how to/general learning videos I've ever come across on any topic.
@ByteGrad
@ByteGrad 6 месяцев назад
Great to hear, enjoy!
Далее
Add Auth & Protect Routes in Next.js in 2 Minutes
3:41
ПОЮ ВЖИВУЮ🎙
3:19:12
Просмотров 878 тыс.
Катаю тележки  🛒
08:48
Просмотров 498 тыс.
Refactoring a React component - Design Patterns
15:19
The Most Important Design Pattern in React
35:04
Просмотров 55 тыс.
LiveView JS: The Comprehensive Guide
25:42
Просмотров 2 тыс.
Why use Type and not Interface in TypeScript
14:12
Просмотров 207 тыс.
The Best React Code I Wrote (Code Review)
24:50
Просмотров 24 тыс.
You might not need useEffect() ...
21:45
Просмотров 161 тыс.
Dockerize Next.js & Deploy to VPS (EASY!)
19:43
Просмотров 60 тыс.
Compound Components in React (Design Patterns)
18:21
Просмотров 40 тыс.
ПОЮ ВЖИВУЮ🎙
3:19:12
Просмотров 878 тыс.