React TypeScript Tutorial - 16 - useRef Hook

preview_player
Показать описание

📱 Follow Codevolution

useRef Hook with React and TypeScript
React TypeScript Tutorial on useRef Hook
Рекомендации по теме
Комментарии
Автор

Thanks for this video! It's moy first time using TypeScript with Reacts and I was stuck on this for hours! I couldn't find a comprehensive guide on TypeScript + React until I found this playlist.

Massive thanks!

riacharda
Автор

i have your videos on replay. so far i got 25 projects in react, and this is my second time writing types for all of them. i love these videos. thank you <3

a_basic_sheep_
Автор

Hello my best online teacher thanks for your teaching by your best teaching I'm learning programming very fast. Your lessons are so easy to understand. thank you my best teacher
😊😊☺☺☺☺☺☺

shukurullox
Автор

These vids are much underrated. I will forward this to every one I know !

SHIVAMPANDEYSJTG
Автор

awesome video so far. I noticed you saying this is the last hook (useRef), and I can see in the video a folder named "effect". So, I was just wondering if you have forgot to upload the video regarding useEffect. :/

prakashsubedi
Автор

please make video series on React testing

padmakarkendre
Автор

how do you find these types? do we have a library for finding types when coding in typescript? TY!

ricktheobserver
Автор

If anyone face the below kind of error for inputRef.current inside useEffect

typescript error Type 'Timer' is not assignable to type 'number'.ts(2322)
(property) React.MutableRefObject<number | null>.current: number | null

please use the type as NodeJS.Timeout to resolve

const inpRef = useRef<NodeJS.Timeout | null>(null);

HariPrasad-qehd
Автор

as per my knowledge set interwal will not work when user goes out of the browser window.
is it feasible to use setInterwal for a timer?

apoorvagile
Автор

is this course complete? Can I start studying from here?

sauravdhar
Автор

Thanks for your videos... can you share the repository to review your videos. they are excellent.

Grishopping
Автор

Can't we use the setInterval method without the window object? I tried and typeScript gives an error, why? Can anyone explain, please?

AjayKumar-fvjn
Автор

what is the solution if I want to use setInterval() instead of window.setInterval()

ArvindSingh-wjvy
Автор

Can we use one ref for multiple input fields????

aurobindobhuyan
Автор

Bro can you make Videos on Material UI?? There is no quality videos on Material UI. I hope you will work on it. And thanks for all of your amazing Tutorials.

saadimohammed
Автор

Why useRef hook in setInterval? Is it a DOM element?

ronaldabellano
Автор

how to know the type of html element to pick it in type generic ?

mihiaissa
Автор

Hey, Vishwas ... Can you make a Video series on Angular... There are no good Angular tutorials on youtube... Please provide us with some good Angular material.

shubhamsharma-swnv
Автор

When is ur next video cmg, it's been 2 days we are waiting...

saisashankchavaly
Автор

Hi Vishwas, thanks for sharing such wonderful knowledge with us. My Typescript Intellisence and auto-complete features are not working I have searched in google and tried something but still it is not working! I would really appreciate if you could help me to figure out the issue and get it working. Thanks in advance :)

anusuyadevithalavaisamy