ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

563,326 results

Related queries

typescript decorators

typescript types doom

interface in typescript

typescript classes

typescript tutorial with react

typescript generics react

typescript course

typescript project

what is typescript

typescript crash course

generics java

onjsdev
Explained in 2 Minutes: Type vs Interface In Typescript

Today, we're diving into one of the most common questions in TypeScript: What's the difference between type and interface?

1:57
Explained in 2 Minutes: Type vs Interface In Typescript

16,989 views

10 months ago

ByteGrad
Why I use Type and not Interface in TypeScript

NEW React & Next.js Course: https://bytegrad.com/courses/professional-react-nextjs Hi, I'm Wesley. I'm a brand ambassador for ...

14:12
Why I use Type and not Interface in TypeScript

247,709 views

2 years ago

Web Dev Simplified
Learn TypeScript Generics In 13 Minutes

TypeScript Simplified Course: ...

12:52
Learn TypeScript Generics In 13 Minutes

385,330 views

1 year ago

Josh tried coding
7 Awesome TypeScript Types You Should Know

These have saved me so much time in building out my apps, so I thought I'd share them with you. Hopefully they'll save you just ...

8:57
7 Awesome TypeScript Types You Should Know

108,265 views

2 years ago

Matt Pocock
Types vs Interfaces: What I Got Wrong In 2022

AI Hero: https://www.aihero.dev/ Total TypeScript: https://www.totaltypescript.com/ Types Vs Interfaces: ...

9:57
Types vs Interfaces: What I Got Wrong In 2022

87,497 views

7 months ago

Matt Pocock
Generics: The most intimidating TypeScript feature

Generics are a huge reason why TypeScript is SO DARN POWERFUL. Letting you create types from other types, pass types to ...

18:19
Generics: The most intimidating TypeScript feature

226,036 views

2 years ago

People also watched

CoderOne
This is the Only Right Way to Write React clean-code - SOLID

You should follow these 5 SOLID React Principles to write readable, maintainable and testable code. In this tutorial, we'll explore ...

18:23
This is the Only Right Way to Write React clean-code - SOLID

748,735 views

3 years ago

Hans Schenker
Typescript - Type System explained from Anders Hejlsberg - creator of Typescript

Anders Hejlsberg, Typescript Type System.

14:34
Typescript - Type System explained from Anders Hejlsberg - creator of Typescript

4,245 views

3 years ago

CoderOne
Typescript Mistakes Every Junior Developer should Avoid | clean-code

Learn to write cleaner React code with the new SOLID React book: https://solidreact.dev If you're a Typescript Developer and you ...

13:40
Typescript Mistakes Every Junior Developer should Avoid | clean-code

330,516 views

2 years ago

Web Dev Simplified
Learn Advanced TypeScript In 25 Minutes (infer, extends, ternaries)

TypeScript is a daunting language to learn (especially when diving into the more complex features) which is why in this video I will ...

25:55
Learn Advanced TypeScript In 25 Minutes (infer, extends, ternaries)

55,503 views

6 months ago

Fireship
TypeScript - The Basics

TypeScript has forever altered the lives of JavaScript developers. Learn why TS is so awesome and the basic concepts required to ...

12:01
TypeScript - The Basics

1,650,336 views

7 years ago

Tom Is Loading
5 TypeScript Tips You’ll Actually Use

Animated UI components for React, Tailwind CSS, Framer Motion & More ✨ https://www.hover.dev Framer Motion course waitlist ...

4:47
5 TypeScript Tips You’ll Actually Use

15,210 views

1 year ago

Andrew Burgess
The KEY to unions and intersections in TypeScript

Unions and Intersections are core features of TypeScript, but they can be rather confusing when you first start using them.

4:32
The KEY to unions and intersections in TypeScript

12,587 views

3 years ago

Andrew Burgess
TypeScript Exhaustive Switch: How discriminated unions make your job easier!

Union types in typescript are a tool that gives you incredible strong type safety for complex typing scenarios so let's take a look at ...

10:20
TypeScript Exhaustive Switch: How discriminated unions make your job easier!

20,575 views

3 years ago

TomDoesTech
TypeScript Utility Types You Must Learn

By watching this video, you will learn about the most helpful utility types built into TypeScript.

14:07
TypeScript Utility Types You Must Learn

19,678 views

3 years ago

Boot dev and Web Dev Simplified
The TypeScript Course for JS Devs

Master TypeScript from start to finish in this immersive, hands-on course. TypeScript's meteoric rise in popularity, both on the ...

4:24:19
The TypeScript Course for JS Devs

81,802 views

4 months ago

Net Ninja
TypeScript Tutorial #3 - Type Basics

Hey gang, in this TypeScript tutorial we'll take a look at some of the basic types - strings, numbers & booleans. ‍ ‍ JOIN ...

7:35
TypeScript Tutorial #3 - Type Basics

197,666 views

5 years ago

Hitesh Choudhary
Interface vs Type in typescript

Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss ...

5:22
Interface vs Type in typescript

40,146 views

3 years ago

Strange Loop Conference
"Understanding TypeScript's Structural Type System" by Drew Colthorp

I was wrong. I thought TypeScript was something like a Java-ey type system layered atop JavaScript, bringing a dose of brittleness ...

37:47
"Understanding TypeScript's Structural Type System" by Drew Colthorp

15,139 views

7 years ago

Matt Pocock
6 TypeScript tips to turn you into a WIZARD

00:00 Intro 00:29 Key vs Value Optional 03:13 Pick/Omit vs Extract/Exclude 07:00 Prettify 08:01 Loose Autocomplete 09:49 ...

15:56
6 TypeScript tips to turn you into a WIZARD

144,708 views

6 months ago

Michigan TypeScript
TypeScript types can run DOOM

Yep. We got the Doom engine running purely in TypeScript types. Like. For real. We've prepared two more videos, one answering ...

6:59
TypeScript types can run DOOM

467,959 views

9 months ago

Project Brackets
TypeScript #3 - Basic Types

Discord: https://discord.gg/bHmekXQghU Website: https://projectbrackets.com ...

7:41
TypeScript #3 - Basic Types

575 views

5 years ago

Matt Pocock
as const: the most underrated TypeScript feature

'as const' is an amazingly useful TypeScript feature that most people still don't know about. 00:00 SO underrated 00:12 Objects ...

5:38
as const: the most underrated TypeScript feature

184,424 views

2 years ago

Net Ninja
TypeScript Tutorial #9 Type Aliases

JOIN THE GANG - https://www.youtube.com/channel/UCW5YeuERMmlnqo4oq8vwUpg/join ...

3:04
TypeScript Tutorial #9 Type Aliases

119,062 views

5 years ago

DevSage
TypeScript Tutorial #3 - Function Types

How can we define function return types in TypeScript?

7:52
TypeScript Tutorial #3 - Function Types

3,458 views

5 years ago

Matt Pocock
Don't put your types in .d.ts files

TypeScript doesn't support this pattern: https://github.com/microsoft/TypeScript/issues/52593#issuecomment-1419505081 ...

3:54
Don't put your types in .d.ts files

161,483 views

2 years ago

Andrew Burgess
Type Narrowing in TypeScript

Union types are pretty common in TypeScript, but how can you figure out which type you're actually working with in a given ...

11:51
Type Narrowing in TypeScript

9,034 views

3 years ago

Web Dev Simplified
Any vs Unknown In TypeScript

Find Me Here: My Blog: https://blog.webdevsimplified.com My Courses: https://courses.webdevsimplified.com Patreon: ...

0:58
Any vs Unknown In TypeScript

122,120 views

2 years ago