React with TypeScript Crash Course

preview_player
Показать описание
This is a 1.25 hour crash course aimed to teach you the React with TypeScript in great detail.

Second Channel:

Github Repo:

Udemy Courses:

Timelines:
0:00 - What is TypeScript
7:20 - Create a TypeScript React App
10:55 - Handling State
24:45 - Handling Props
31:08 - Handling Functions
40:36 - Handling Events

** TAGS **
React TypeScript Interface Scalar Types
** TAGS **
Рекомендации по теме
Комментарии
Автор

This is by far the best lesson on react with typescript out there. It's straight to the point with real world use cases and great explanation.

devjay
Автор

Have been working as Developer since 15years and have seen thousands of various videos. This is definitely one of the best ones have seen so far. Explained thoroughly with ease. Thank you

drozdekPty
Автор

One of the best React Typescript tutorials! Very clear, detailed and well articulated explanations. Thank you!

erdemoz
Автор

This guy is 0.01% of the users/creators on youtube who actually deserve to be subscribed on. Normally I never subscribe even when being asked to. You sir are so much better than other 99% in this category.

PovilasCiplis
Автор

I'm currently in a bootcamp for frontend JS. We just completed React but I was really lost. This was the most concise react video I have ever seen

KeKuHauPiOx
Автор

Best introduction tutorial for using TS with React I've found. Would be great to have a part 2 that develops this app and teaches slightly more advanced TS with React features

randomcell
Автор

When you setPeople and want to add an element to the array, you can change the previous state with setPeople(prevState => [...prevState, newPeople]) instead of taking the variable ...people. I think its more safe.

jeremyh
Автор

This tutorial is actually amazing. My suggestion is going through this tutorial 2 times. For the first time, just follow exactly to make the same app. The second time, make your own app.

LyonLoi
Автор

You deserve much more recognition because I have seen very rare youtubers who explain the concepts like the way you do... I've made my colleagues subscribe to your channel because I think it's really worth it!! Keep up the good work

programmed
Автор

I'm struggled to use TypeScript in Vanilla JavaScript and now I have to use it in my React app, but I've found this video and bruh you explained this very well. Now, I can use TypeScript in my project without confusing the type!
Thank you!

hndk
Автор

Good crash course! One suggestion, when updating the people state in the AddToList component you should use the updater function version of setPeople, so that you do not need to pass people down to AddToList and this will also ensure your state updates as expected since you are updating state based on previous state value and setUpdate calls are async.

Spectres
Автор

This is such a great crash course on React and TS. Laith nailed the objective. I gleaned in an hour enough knowledge to dig into an inherited project using React and TS and get moving.

wmarple
Автор

I did not program since 2012 and got here the lesson that i needed to start, thank you very much <3

bpglockmaster
Автор

I added a delete functionality with this too by adding a delete button in the List component and creating an onClick that would pass in the person.name into a function that would search for the indexOf the object that has that person.name. Then array splice based on that position and thus that list item is deleted. You would have to add the same interface with people and setPeople as you added in AddToList to accomplish this.

amtkyo
Автор

This is actually a great crash course for people coming from other frontend frameworks. Personally I am a flutter developer and I know a thing or two about react, this course gave me a push to be able to understand starter projects and learn from them. thank you for the great efforts

adnanjpg
Автор

stumbled upon this video and then check other videos and realize that this is like gold mine for newbie programmer like me!

anangyoga
Автор

This is the best lesson I found on youtube about react with typescript. Thank you.

henriquekutner
Автор

This video is geared towards more for people who are already familiar with React and TypeScript already so keep in mind before watching. Otherwise, great video! After watching, I know how to implement TypeScript in React right away.

huynhtriet
Автор

i work as a software developer, i would say its the best course to learn real use cases and the explanation is exact also better than other courses

onkar
Автор

Amazing tutorial! Concise and good refresher if you know bit of react and typescript!

gurjitsingh-ffll