Complete TypeScript course in an hour | Typescript for beginners

Complete TypeScript course in an hour | Typescript for beginners01:06:43

Download information and video details for Complete TypeScript course in an hour | Typescript for beginners

Uploader:

RED Group

Published at:

4/22/2023

Views:

123.6K

Description:

New big video on the channel, today I'm posting the complete Typescript course for beginners. This material will allow you to learn Typescript in an hour from scratch (only knowledge of JavaScript is important). Count it as 20 TS lessons in one video. Last time I did a quick course on TypeScript, but it wasn't complete. I will also answer some of the questions that are encountered at the interview for the Junior Front-end developer. We can say this is a fundamental course in TypeScript from A to Z. Enjoy watching! 00:00:00 - Entry 00:00:10 - What will be in this video 00:02:50 - Installing and configuring TypeScript 00:06:40 - tsconfig.json config file 00:08:50 - Basic types 00:10:14 - Structure of objects 00:17:06 - Arrays 00:18:56 - Tuples 00:20:00 - Functions and their types 00:22:55 - Rest parameters and types 00:23:18 - Functional overloads 00:25:20 - Classes and types 00:29:18 - Interfaces 00:30:00 - Types vs. Interfaces 00:31:58 - Enum and its types 00:35:12 - Assertions 00:37:11 - Generic 00:45:22 - Type utilities 00:50:55 - Decorators 00:54:27 - Extended types 00:57:14 - React and TypeScript 00:58:30 - Creating components with TypeScript 00:59:45 - Event typing (e.g. onClick, onChange) 01:00:40 - Using Hooks and their types (useState) 01:01:17 - Where to see the full typing of React, Redux, Next.js 01:01:37 - How strongly do you need to type? 01:02:29 - If TS doesn't swear, should it be typed? 01:04:13 - Tips for further learning TypeScript