I did not ever search about this topic before, but today, I was thinking of converting to tsx, and when I opened youtube, I found it on the top without searching😂
@sadique_x_10 ай бұрын
real wai
@kaluczadzsi10 ай бұрын
You are the best react instructor sir! You always ships the quality to us. Love from Budapest
@ayberk27210 ай бұрын
It was a great video especially for people like me who are junior devs planning to start learning typescript. Thank you!
@wakandagaming576310 ай бұрын
Oh my gosh this is so good I need more episodes please make them.
@Makłowiczwpodróży-q6l8 ай бұрын
It's kind of beginner+ tutorial, but can save like an hour or so. Well made, thanks!
@jayakumar997610 ай бұрын
Nice explanation and straight to the point.
@yutsacarm802110 ай бұрын
woah we really need this kind of rare content
@becharaalhosri647110 ай бұрын
This was great, I hope you can a part 2 where you go into more details about using typescript with react
@raviel_04228 ай бұрын
Thank you so much. Very helpful for me right now because I'm converting my e-commerce project react app into typescript.
@prashlovessamosa10 ай бұрын
Your Quality of presentation increasing day by day.
@cosdensolutions10 ай бұрын
Thank you for saying that! I'm really working on it ☺️
@ooorayooonyoooo10 ай бұрын
One of the most interesting topics i waited for, i really wanted to know what are the main section of a jsx file that is good if to be written with types and what are less important as typescript will auto deduce it. Thanks and keep going 💕.
@ParkerKhaw10 ай бұрын
Great tutorial! Need second episode! Maybe the topics can be: passing the props/states to another component, etc
@Pareshbpatel6 ай бұрын
Converting JSX to TSX in React, so clearly explained. Thank you, Darius {2024-06-21}
@giahuyha618910 ай бұрын
I suggest some videos about handling different kinds of errors in react and ts
@myke697210 ай бұрын
this is what i need
@crazyyMeee10 ай бұрын
please make full tutorial on Zod. And other similar libraries too
@asdflkjasdfasdlfkj3 ай бұрын
❤❤❤
@alihussain-ch7jb2 ай бұрын
You are great ❤❤❤❤ Egyptians loves you ❤❤❤❤
@mettle_x10 ай бұрын
5:50 I think, it's not a good idea to explicitly write the return-type of fetch() without proper json-schema validation. Inferring types from something like Zod after validating will ensure better type-safety.
@coreanoquant10 ай бұрын
Is it normal to define types in the same file? Or do people define all the types separate files and import the props? Great video!
@cosdensolutions10 ай бұрын
Most types are defined in the same file! Only types of shared things are outside
@OtepArc8 ай бұрын
can you have a video about typescript. thanks
@cescfabregas000410 ай бұрын
out of sudden i realise you look alike Mauricio Pochetino 😅
@davronmaxmudov397210 ай бұрын
#IdeasForContent. Can You make tutorials on the following topics please) : GraphQL, Socket io
@CoderSV323 күн бұрын
What version of TSX is this on?
@policeislam284610 ай бұрын
Hello thanx for video first , Second i want to ask you if i learn nodejs in 2024 so i can fined a job with it ?
@programmingintrouble10 ай бұрын
🌅
@uzairahmed297510 ай бұрын
What is the difference between interface Props and type props??
@cosdensolutions10 ай бұрын
Not much, both can be used!
@uzairahmed297510 ай бұрын
@@cosdensolutions ahh I see thanks for response ❤️
@highland572910 ай бұрын
This might be unpopular opinion and personal preference. I understand the purpose of Typescript was created. But I also understand purpose of Javascript was invented. Javascript created to help human to programming easily. Easy to read, universal, simplicity, and versatile. Because we are not a computer. So, it's not human level to make a type checking, make it looks complicated. When we put a variable, we are as a human already know which one a string, number, or boolean without unnecessary things to describe. Let computer does (low levels). It's not Javascript does. And it doesn't mean Typescript comes in to solve those issues. When other thing comes to simplifies an issue (ex: Redux to React-Query), Typescript was the opposite. Typescript just makes programming more complicated. Also makes the syntax looks ugly.
@ivalar889110 ай бұрын
"Javascript created to help human to programming easily" something simple. Good luck to maintain a project with hundreds of different types without types. "When we put a variable, we are as a human already know which one a string, number, or boolean without unnecessary things to describe. " But sometimes you open 20 different files, trying to figure out what properties/types do you have in this complex object with 200 properties instead of simple mouse hover with TS.
@techtaley4 ай бұрын
Thank you for a great summary - it's a skill set I need to finally love and embrace. Tried to get around it but it's not working .