You should seriously bundle all these hooks and make them into a package man. This all is just SO DAMN AMAZING !
@dailymeow32833 жыл бұрын
The way you code react is just another level, it's a game changer
@frfancha2 жыл бұрын
About putting the ref increment in useEffect to avoid double count of strict mode: now in react 18 your effect _is_ running twice in strict mode, you'll have the double count. And actually why don't you want the double count? Strict mode _is_ rendering your component twice, there is no reason to hide that
@geofsawaya394 Жыл бұрын
Man, these are great hooks. Thanks for useful-custom-react-hooks. I think you hit at a core issue with debugging React
@lucidjuice1013 жыл бұрын
Congratulations Kyle for 700K subscribers!!! I really love your videos!
@pankajsuryavanshi8332 Жыл бұрын
please make video of how to debug react code faster way and extensions
@tilakmadichettitheappdeveloper3 жыл бұрын
you have become the king of react
@ridl273 жыл бұрын
we need more parts Kyle!! no jokes. ty
@sweatypotato2483 жыл бұрын
Thankyou, Just started learning React.
@FilipCodes3 жыл бұрын
Thanks. Will use it in my tutorials. Looks awesome
@shadowrealms26763 жыл бұрын
just found your channel and i said thank god!
@REAZNx3 жыл бұрын
You look like the kind of guy to join a zoom call and be the only one to turn their camera on
@graficandorealidades75613 жыл бұрын
Nice
@rickharold78843 жыл бұрын
Always love the videos. Thanks!
@franciscovilches68393 жыл бұрын
Kyle, as usual, awesome tutorials 💯 Random thought here: would you consider doing some videos on Svelte?
@danielm13 жыл бұрын
Amazing video. Agree with others, Svelte series would be interesting
@ChrisAthanas3 жыл бұрын
These are pure gold
@Blue-bb9ro3 жыл бұрын
Looks great (your hair)
@מדיה-ת2צ3 жыл бұрын
Many thanks for your wonderful ideas, but why don't you clean up the hooks from the event listeners?
@merlinwarage3 жыл бұрын
You could make a video about symbols too.
@irlshrek3 жыл бұрын
Dude.. Please do a deeper dive into svelte. Be wary of the sunk cost fallacy though. So many of your videos content are addressed so nicely and simply in svelte
@beakerbkr3 жыл бұрын
for your useDegug hook, you did not include the dependency array. Can you comment on why you made this decision? Thanks for the great content as always!
@rameezroot52253 жыл бұрын
Great 👍
@roshanlalsahu78463 жыл бұрын
one more great video, yay👻
@fahadrahmanamik71903 жыл бұрын
Can you please make a video which shows how to include external js libraries/cdn using react hooks. In some of the cases I need to add external js libraries that comes with html template and which becomes a burden to include in react. Thanks ❤️
@alexalvarez85992 жыл бұрын
Dude I love your videos, but... I think too much coffee before this one
@andreiburcuta42543 жыл бұрын
Hy I am watching your videos from some time by now. My question is how you put a website online?? Made in html, css and js. I am asking because until now i worked in wordpress with elementor or oxygen. And i do not know how to do it only with html css and js. If you have any video that can explain. it will be much better. Thank you
@raba6503 жыл бұрын
How can I debug a custom react button that doesn’t work on first clicks?
@Stoney_Eagle3 жыл бұрын
Careful with that hover, you don't want to recreate the banned Pokémon episode 🤣
@GoddessofWarr3 жыл бұрын
yaaaaaayy another videooooo !!!
@krishanlanka76593 жыл бұрын
i dont like through the URL as its become long
@Leafgard3 жыл бұрын
Hooks Dev Simplified
@abdul_samad_malik3 жыл бұрын
Is it Windows 11?
@peryMimon2 жыл бұрын
note : kzbin.info/www/bejne/raetgXqLqqqIhs0 , {...props, ...previousProps} should be {...props, ....previousProps.current} .
@ayaalnahas35772 жыл бұрын
I like your content, I would really suggest that you slow down a little bit while talking (Y)
@yassin_eldeeb3 жыл бұрын
STAAAAAAAAP
@MoralityLime3 жыл бұрын
Neat!
@MrJoker-ze6bb3 жыл бұрын
please help: i am using makePDF Library to generate pdf report. but this Library after build create a 1 mb chunk that make the react app so slow. i tried code spliting but code spliting sometimes failed to load .
@MrJoker-ze6bb3 жыл бұрын
@@rrajaste thank you
@danielm13 жыл бұрын
@@MrJoker-ze6bb I know nothing about PDF format but here's a potential idea that may or may not work. If you generate PDFs that look the same, for example some chart with numbers and the only thing that changes each generation is the numbers in the chart, you could probably write a custom PDF writer that's optimized for exactly this type of document. Another obvious idea which is still worth mentioning is to perhaps look for a different library that's faster.
@webdevvibes3 жыл бұрын
Please use black background for preview browser screen. It will be very pleasant to our eyes.
@JeesJoy3 жыл бұрын
Please make every hook independent, and it dont require another custom hook
@jagannathdas54913 жыл бұрын
Sorry to be salty, Kyle ! All the smart demo's are lost with extremely small code font size. Forget on a mobile, even on a non-full screen KZbin size the actual code lines are NOT visible. Just a constructive criticism
@erfanexp3 жыл бұрын
Am I living in a gad damned loop or you are just posting videos about react hooks ?
@krishanlanka76593 жыл бұрын
Hi Dear Sir, can you explain me. i have a mysqli database student table called st.fields id,name,sex,marks.1.display id and name fields (only) of all records in my page1.php.2.when I click a name 3. i want to pass relevant other fields sex and mark of that relavant record to another (pahe2.php) php page.