ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

25,065 results

Related queries

typescript advanced

typescript types doom

typescript freecodecamp

typescript vs javascript

typescript express

type in typescript

typescript classes

typescript react

javascript classes

typescript project

typescript crash course

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

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

Grafikart.fr
Apprendre TypeScript : Type ou Interface ?

Article ▻ https://grafikart.fr/tutoriels/typescript-type-vs-interface-1955 Abonnez-vous ▻ https://bit.ly/GrafikartSubscribe Si vous ...

7:12
Apprendre TypeScript : Type ou Interface ?

21,689 views

4 years 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

Matt Pocock
[DEPRECATED] TypeScript: Should you use Types or Interfaces?

The advice in this video is outdated. See the updated version here: https://www.youtube.com/watch?v=e0AIkYrXAYE Become a ...

4:06
[DEPRECATED] TypeScript: Should you use Types or Interfaces?

180,187 views

3 years ago

Melvynx • Apprendre à coder
TYPES ou INTERFACE en TypeScript?

Le fichier : https://dashboard.mailerlite.com/forms/31712/76929985370129895/share **Timecodes** 00:00 - Introduction 00:20 ...

8:26
TYPES ou INTERFACE en TypeScript?

4,111 views

2 years ago

Andrew Burgess
Interfaces vs Type Aliases: what's the difference?

Just how different are type aliases and interfaces? Does it matter which one you use? https://shaky.sh.

10:20
Interfaces vs Type Aliases: what's the difference?

24,662 views

3 years ago

People also watched

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,696 views

6 months ago

Web Dev Simplified
You are a Junior Dev if You Don’t Know These 18 TypeScript Utility Types

FREE TypeScript Utility Types Cheat Sheet: https://webdevsimplified.com/ts-utility-types-cheat-sheet.html Learning the 18 most ...

22:10
You are a Junior Dev if You Don’t Know These 18 TypeScript Utility Types

73,402 views

1 month ago

Melvynx • Apprendre à coder
Learn TypeScript in just 5 MINUTES

TypeScript + Next.js Course: https://codelynx.dev/nextreact/courses?utm_campaign=typescript-5-minutes! ▶ VIDEO Discover how ...

6:01
Learn TypeScript in just 5 MINUTES

24,997 views

1 year ago

Kodaps - apprendre à coder
JavaScript vs TypeScript - saurez-vous éviter ces pièges ?

A quoi servent les types ? La question mérite d'être posée, mais un regard plus attentif au fonctionnement du JavaScript permet ...

8:44
JavaScript vs TypeScript - saurez-vous éviter ces pièges ?

6,735 views

3 years ago

Grafikart.fr
Apprendre TypeScript : Typer React

Article ▻ https://grafikart.fr/tutoriels/ts-react-types-2042 Abonnez-vous ▻ https://bit.ly/GrafikartSubscribe Dans ce chapitre nous ...

27:36
Apprendre TypeScript : Typer React

13,687 views

3 years ago

Awesome
TypeScript the right way

Best Practices for using TypeScript. Try Stream for free - https://tinyurl.com/get-stream Topics: 1. What is TypeScript; 2.

8:22
TypeScript the right way

29,021 views

1 year 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,511 views

2 years ago

Josh tried coding
How Did I Not Know This TypeScript Trick Earlier??!

This TypeScript trick to conditionally include types is so useful, especially for React props. I've asked myself how this is done many ...

9:11
How Did I Not Know This TypeScript Trick Earlier??!

231,985 views

2 years ago

Matt Pocock
8 TypeScript Tips To Expand Your Mind (and improve your code)

00:00 Intro 00:33 ReactNode vs Element 01:26 using for Unit Tests 03:08 Aliasing any to TODO 03:47 Generic functions vs any ...

10:54
8 TypeScript Tips To Expand Your Mind (and improve your code)

109,336 views

1 year ago

ByteGrad
All 12 useState & useEffect Mistakes Junior React Developers Still Make in 2025

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

46:15
All 12 useState & useEffect Mistakes Junior React Developers Still Make in 2025

1,257,288 views

2 years ago

Monsterlessons Academy
Typescript Type vs Interface - Which One Is Better?

Free PDF: Senior Developer Starter Kit (Checklist + 30-Day Plan) ...

8:26
Typescript Type vs Interface - Which One Is Better?

6,885 views

2 years ago

Nico Develop
TypeScript : Types vs Interfaces – Lequel utiliser et quand ?

Business, astuces, conseils sur mon Telegram https://bit.ly/nicodevelop Telegram : https://t.me/+-xqB1UnPRFJhODdk Tu es ...

12:37
TypeScript : Types vs Interfaces – Lequel utiliser et quand ?

341 views

9 months ago

Web Dev Simplified
I Cannot Believe TypeScript Recommends You Do This!

TypeScript Simplified: ...

7:45
I Cannot Believe TypeScript Recommends You Do This!

201,026 views

2 years ago

Notezz
Type vs Interface in TypeScript — The Ultimate Comparison Explained! 🔥

Learn the difference between Type and Interface in TypeScript! This video explains when to use each, key differences, ...

4:32
Type vs Interface in TypeScript — The Ultimate Comparison Explained! 🔥

53 views

1 month 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

basarat
TypeScript TYPES vs INTERFACES (Key Differences)

TypeScript has two ways of declaring structures of your objects in the form of #types (type aliases) and #interfaces. In this ...

7:16
TypeScript TYPES vs INTERFACES (Key Differences)

97,196 views

5 years ago

Miquel Canal (Treeindev)
TypeScript: Interfaces vs Types - Learn in 5 minutes

What are the differences between Interfaces and Types in the TypeScript language? Here is a quick overview of the two concepts ...

4:55
TypeScript: Interfaces vs Types - Learn in 5 minutes

5,114 views

4 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,411 views

2 years ago

Software Developer Diaries
TypeScript Implements vs. Extends Explained

How to use "implements" and "extends" in TypeScript and how do they interact with TypeScript classes and objects?

4:08
TypeScript Implements vs. Extends Explained

14,724 views

3 years 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

Project Brackets
TypeScript #4 - Interfaces, Classes and Implementing an Interface

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

5:04
TypeScript #4 - Interfaces, Classes and Implementing an Interface

5,010 views

5 years ago

Cosden Solutions
Types vs Interfaces in React

Types vs interfaces in React #react #reactjs #reactjsdeveloper #programming #progammer #frontend #devtok #coding #code ...

0:57
Types vs Interfaces in React

32,414 views

1 year ago

webdecoded
TypeScript Types Vs. Interfaces

Let's talk about Type Aliases and Interfaces in TypeScript! In today's video, we will go over their differences and use cases.

6:09
TypeScript Types Vs. Interfaces

2,601 views

4 years ago