Love that you are using Vite too! For your toggle: false, I think you should elaborate to learners that you are also allowed to give TS a fixed value. So, with toggle: false, that is all that is allowed. Had it been toggle: boolean, then you can set true or false. Good video, thanks.
@marcelo.dota2510 Жыл бұрын
I was literally searching for a typescript & react course, and you created one 28 minutes ago, I died
@end-me-please Жыл бұрын
RIP
@ihateorangecat Жыл бұрын
*Pressed F*
@wzt93768 ай бұрын
A year ago we lost you. Just to let you know wherever you are we miss you.
@yanaiedri Жыл бұрын
for props with Children, you can use the interface like that (react build-in interface) : interface Props extends PropsWithChildren { ....
@fullstackspiderman Жыл бұрын
Ed, you surprised me with this course, I’m currently learning Typescript to use in my existing react applications.. thanks 🙏 again for another useful tutorial
@developedbyed Жыл бұрын
That’s so nice of you to say! Thank youuu!
@abdu1wahid105 Жыл бұрын
Currently navigating the boulevard of broken dreams that is Next.js 13. This recap was perfect. 😊 Thanks Ed
@MrArod1207 Жыл бұрын
This was awesome! I've been looking at typescript tutorials the past couple of weeks and all are over complicated. I even laughed a couple of times. Great video
@dev_adem11 ай бұрын
Thanks mate. But you started with Vite and jumped to the ready Next draft. Where is that draft Next project?
@cyberducc Жыл бұрын
Found this just in time while I was working on a react + typescript project, thank you!
@zancrow_gaming Жыл бұрын
I am a fullstack developer been wanting ti learn typescript for a while now. Thought it was like a totally different language. But its not just javascript strictly typed for better development experiece. Used it for the first time ever with node js for auth today i love it. Awsome. This simple straight to the point video has motivated me to test it out with react and next. ❤ thanks😊
@adityapawar7463 Жыл бұрын
How did you shift from a basic typescript app to a nextjs one? How did you set it up? Do you have the GitHub file?
@Xaoticex Жыл бұрын
yea how does this work if I cant code along you?
@milkdrom3da Жыл бұрын
This short crash course was exatly what I needed!! I have learned TS with plain JS and wanted to use it in my react app. Thank you so much, Eddy!!
@ohiwantyoutobelieve Жыл бұрын
I loved the final recommendations, just start using typescript slowly without over complicaring things
@ban_droid Жыл бұрын
title: typescript react setup: vite project: nextjs 😂
@riacharda Жыл бұрын
This was a great tutorial. I'm currently learning typescript and Next 13. I get issues calling child components in parent components. They tend to be ones like "component x is unassignable" and not being able to select an object property dynamically through a string. Edit: I figured out the definition: type iconCollection{ [key:string]:React.ComponentType; } Basically I had a defined set of SVG icons as react components. In the icon component, the icon will be dynamically imported and returned based on the "iconCollection" property name. 🙂
@hhhhhhhhhhhhhhhhh1596 ай бұрын
1:09 to install the neccessary package to even have the installer from which you can configure your new vite project maybe?
@NateTewolde-b6o Жыл бұрын
1:51 Who do you main in league
@korsoskubi8555 Жыл бұрын
Hey dev ed, are you going to update the creative react and redux course? Thanks in advance.
@yahayaoyinkansola82587 ай бұрын
This was a very helpful crash course, thanks so much!. I feel a bit more confident using React with Typescript
@andyackon27434 ай бұрын
love your audio quality, i dont know if its the head phone am using or just that yor audio is awesome, anyways you are still awesome
@jamesbest2221 Жыл бұрын
Yay! Thank you, exactly what I needed!
@hehimselfishim Жыл бұрын
this makes it look SO easy! now i want to use TS even though i’ve been steering clear because i hear it’s complicated. i guess i’ll have to try it now!
@Way_Of_The_Light Жыл бұрын
Awesome man! Love your work and your personality 🌟🙏
@rolandlopez7763 Жыл бұрын
Wow! What a video, straight to the point and simple too! I learned quite a bit here, Thank You!!
@allenbtw Жыл бұрын
Ed, you're literally life-saver, I was searching for React Typescript, thanks!
@mithunprabhu2671 Жыл бұрын
I was very much waiting this from you.... thank you buddy(ed)😀
@nickjohnson9770 Жыл бұрын
liked and subscribed just cuz you got a good vibe. the very effective teaching is just an added bonus!
@koreandude Жыл бұрын
Heya Ed! Any timeline when the updated course will be released? Thanks!
@Popo-hr6gc Жыл бұрын
Why in the getPost(), you have to specify that it is a Promise and call the type? In the children example, you just called the type. I’ve seen cases like specifying a component as a FC
@triggerre Жыл бұрын
in getPost what if you only need the id and title. Do you still need to declare message on PostProps?
@paul_pintang Жыл бұрын
Wowww! I've been waiting for this!
@alivaliev5152 Жыл бұрын
What theme are you using? It looks gorgeous!
@yzdeathxy Жыл бұрын
Material Theme
@william.darrigo Жыл бұрын
Love your teaching style! Simple and straight to the point
@muhammadzakarya8057 Жыл бұрын
Great Video! explained necassary things in 17 mnts.
@Muhammed-nani9644 ай бұрын
still waiting for the course update
@codernerd7076 Жыл бұрын
Your videos keep getting better and better 👏
@kurwacherry4 ай бұрын
thanks, needed a freshen up
@deepak8586 Жыл бұрын
awesome!!! now we need a creative react + typescript tutorials haha!!!
@extradipofhoney6189 Жыл бұрын
Love your output rate recently Ed! Your content keeps evolving . We're grateful!
@msana4420 Жыл бұрын
Ah shit, finally got a Jebediah beard ;) Awesome content as always. I'd like to see you murking around with unit tests of a halfway complex app. Like with 3rd party oauth libraries or maps/navigation libs. Good job!
@sam-j4zyАй бұрын
Pretty clear explanation.
@gautamanand1201 Жыл бұрын
Similar can be done by npx create-react-app projectname --template=typescript With less clutter preexisting files
@deepak8586 Жыл бұрын
you might as well use vite react typescript template
@andreyokhrimenko2271 Жыл бұрын
Thanks for cool video, but only one issue - for next videos if you start with creating project on vite-react don`t use for example nextjs project, cause people who learning stuff can`t reproduce your code!
@pascalpur Жыл бұрын
Does Prettier work on default with TS in React or NextJs?
@jeremy0x Жыл бұрын
If I want to learn something and there's a tutorial by Ed, then I know my tutorial search has ended.
@wellyesbutno5639 Жыл бұрын
Fax no printer
@AndreMazure Жыл бұрын
You speak very clean English language. Thank you)
@anna.eis4 Жыл бұрын
Awesome content! Just when I was looking for a well-explained way to add TS to React, you made it short and simple. I have an off-topic question tho': Don't remember to see an explanation in any of your videos about this but do you consider a good practice to omit semicolons? Cheers!
@kwii22789 Жыл бұрын
Dont worry if u use or not use semicolons. Most companies will have automatic linters and formatters that will enforce one or the other.
@kirillbaryba746 Жыл бұрын
Thank you! 🔥it will be interesting to see best practices for react architecture in 2023 🔥🔥🔥
@allisondealmeida Жыл бұрын
I like the theme and font you are using, what are they?
@CodeOnBlocks Жыл бұрын
Did you find out what the names were?
@ak-loz Жыл бұрын
Did anyone else come across issues inside the parent when on the 'fetching the data' section? It happens when I add async to my component.
@reactjs1900 Жыл бұрын
I was waiting for this
@CuongVu-yy4cg Жыл бұрын
Thank you, this video is exactly what I need.
@testermobile834 Жыл бұрын
Hey, can you please make a video on the extensions that you use on VSCode & themes please
@guavavodka6 ай бұрын
what color scheme is this?
@KrauseLP_ Жыл бұрын
Which VSCode theme are you using?
@zayne-sarutobi Жыл бұрын
Material theme
@Anonymous-cb6by Жыл бұрын
When I try to make a production I got error
@dibendu.s Жыл бұрын
@7:47 - you would have known the prop types that the child component requires if you had declared them in your child component.
@itsvatsalrathod Жыл бұрын
which theme is this. what's the name of this theme
@yulipariz3309 Жыл бұрын
Acá una seguidora de Argentina, que además de estar aprendiendo a programar, practico el inglés. Muchas gracias saludos :)
@Nickben89 Жыл бұрын
gauchita?
@yulipariz3309 Жыл бұрын
@@Nickben89 tu hermana
@Nickben89 Жыл бұрын
@@yulipariz3309 ni te gastes en aprender a programar turri, en 2 anios te remplazA chat gpt jajajajjajajajajajjajajajajajjaja
@andifaizal6848 Жыл бұрын
Awesome,thank you dev ed
@bassilmohammad7266 Жыл бұрын
Thank you I was waiting ❤️❤️❤️🌹🌹🌹
@bassilmohammad7266 Жыл бұрын
But why you Don't use creat react app i use this because i learn it from your react course?
@developedbyed Жыл бұрын
Hope you like it!
@shoukathennadesigns1906 Жыл бұрын
@@developedbyed could you please make a tutorial on next js swr hook and auth 0 in next js
@developedbyed Жыл бұрын
It will be updated to Next and Vite 🔥
@bennettbmadavana7176 Жыл бұрын
Anyone know which vscode theme he's using?
@zayne-sarutobi Жыл бұрын
Material theme
@regilearn2138 Жыл бұрын
Please do more PERN/MERN sequilze/MUI advanced typescript videos.
@julianvelez6563 Жыл бұрын
Nice work bro
@Pareshbpatel7 ай бұрын
A nice introducton on how to use TypeScript with React. Thanks, Ed. {2024-05-18}
@romainmt17772 ай бұрын
Why this "create vite" ? =)
@akmalkamarudin2976 Жыл бұрын
I need to know what dark themes are you using. Hope you'd like to share it with us. :)
@CodeOnBlocks Жыл бұрын
Did you find what the name was?
@akmalkamarudin2976 Жыл бұрын
@@CodeOnBlocks So sorry, I'm still looking. Currently I'm using the one dark pro darker. Looking for a similar look as in the video.
@yzdeathxy Жыл бұрын
@@akmalkamarudin2976Material Theme
@SithLordBishop Жыл бұрын
Should have picked Svelte on step 2 :D
@birdofhermes6152 Жыл бұрын
Good stuff
@RavindraSingh-lp9pl Жыл бұрын
Please make project on Typescript REact
@Noritoshi-r8m Жыл бұрын
Many thanks
@fergusmeldrum38 Жыл бұрын
you are funny bro, great tutorial
@farwaamir5952 Жыл бұрын
Watch almost full course web development but Little bit weak some topics tell me book name of your course about web development
@holger5851 Жыл бұрын
I think it would be easier to follow without using any framework, just pure React and Typescript. Cheers, H.
@alext8593 Жыл бұрын
I'm probably one of the few that thought this tutorial was kinda all over the place lol
@farwaamir5952 Жыл бұрын
Hello sir i am your big fan from Pakistan good job well done plz tell me book name best for css course
@dominik1023 Жыл бұрын
Your knowledge is great, but it's challenging to follow for a Typescript beginner. It would be great if you went slower and also explained what extensions you have. There is a view of certain things in the code, that I guess shows up on hover??? I have no idea what that is or how you are getting it. Lot's of little things that are unexplained and hinder understanding.
@PritamPatil-x4r Жыл бұрын
Great content! But color scheme of vscode could be improved for selections.
@prafuldomde148 Жыл бұрын
Make a video on react 😭
@smile5281 Жыл бұрын
🎉🎉🎉
@alexliebhaber3109 Жыл бұрын
How do you get anything done with League of Legends installed? - From a former addict 😂
@ndukwesamuel7196 Жыл бұрын
this is not react but next
@orsoninsp Жыл бұрын
🤗🤗🤗
@alexandergeorgesquire22015 күн бұрын
Teaching IS NOT telling. cmon dude, you gotta encourage viewer participation. Have you considered attaching the equivalent of a worksheet to your videos?
@md.asifal-mahmud5952 Жыл бұрын
I think you are looking more beautiful with beards.
@sebastianmanco5072 Жыл бұрын
🐱🐱
@yf4jm10 күн бұрын
This looks like a pain compared to js :'(
@EvolutionMachinetoMan Жыл бұрын
This guy just killed typescript in 15min lmao. but you missed enums, interfaces and most important differnce between types and interfcaes
@zayne-sarutobi Жыл бұрын
Because those are optional and should only be used when absolutely necessary, for the most part anyways
@rp2804 Жыл бұрын
Bro, I know you are busy but learn to keep your hair well done, watch a yt tut or something
@mma-dost Жыл бұрын
Hey, Ed please trim your beard man you will look handsome 😜😜
@sarmadrafique426 Жыл бұрын
Hey please Don't abuse while teaching man. That's awful.