-
Урок 1.
00:02:08
Welcome & Course Overview
-
Урок 2.
00:01:44
Course Prerequisites
-
Урок 3.
00:03:44
The Case For TypeScript
-
Урок 4.
00:05:06
TypeScript Overview
-
Урок 5.
00:02:57
Installing TypeScript
-
Урок 6.
00:02:55
The TypeScript Playground
-
Урок 7.
00:01:54
Installing Visual Studio Code
-
Урок 8.
00:05:52
How We Use TypeScript
-
Урок 9.
00:04:18
Our First Type Annotation
-
Урок 10.
00:01:56
Working With Numbers & Booleans
-
Урок 11.
00:03:21
Compiling TypeScript
-
Урок 12.
00:02:40
Type Inference
-
Урок 13.
00:02:03
The Any Type
-
Урок 14.
00:03:32
Delayed Initialization & Implicit Any
-
Урок 15.
00:04:21
Function Parameter Annotations
-
Урок 16.
00:01:53
More On Function Parameter Annotations
-
Урок 17.
00:01:50
Working With Default Parameters
-
Урок 18.
00:06:09
Return Type Annotations
-
Урок 19.
00:02:19
Anonymous Function Contextual Typing
-
Урок 20.
00:01:58
The Void Type
-
Урок 21.
00:03:11
The Never Type
-
Урок 22.
00:05:07
Function Types EXERCISE
-
Урок 23.
00:04:03
Working With Object Types
-
Урок 24.
00:02:54
More Object Types
-
Урок 25.
00:02:52
Excess Properties
-
Урок 26.
00:04:02
Creating Type Aliases
-
Урок 27.
00:07:37
Nested Objects
-
Урок 28.
00:01:30
Optional Properties
-
Урок 29.
00:02:27
The readonly Modifier
-
Урок 30.
00:04:02
Intersection Types
-
Урок 31.
00:05:16
Object Types EXERCISE
-
Урок 32.
00:04:00
Working With Array Types
-
Урок 33.
00:02:24
More Array Syntax
-
Урок 34.
00:01:49
Multidimensional Arrays
-
Урок 35.
00:03:34
Array Types EXERCISE
-
Урок 36.
00:04:00
Introducing Union Types
-
Урок 37.
00:07:57
Type Narrowing w/ Union Types
-
Урок 38.
00:04:24
Union Types and Arrays
-
Урок 39.
00:04:16
Literal Types
-
Урок 40.
00:06:45
Union Types EXERCISE
-
Урок 41.
00:03:55
Introducing Tuples
-
Урок 42.
00:06:34
A Bit More On Tuples
-
Урок 43.
00:06:16
Introducing Enums
-
Урок 44.
00:03:09
A Bit More On Enums!
-
Урок 45.
00:05:31
Enums Behind The Scenes
-
Урок 46.
00:03:46
Introducing Interfaces
-
Урок 47.
00:02:15
Readonly and Optional Interface Properties
-
Урок 48.
00:02:41
Interface Methods
-
Урок 49.
00:03:35
Interface Method Parameters
-
Урок 50.
00:02:38
Reopening Interfaces
-
Урок 51.
00:03:23
Extending Interfaces
-
Урок 52.
00:03:23
Interface Multiple Inheritance
-
Урок 53.
00:04:09
Interfaces Vs. Type Aliases
-
Урок 54.
00:05:17
Compiling to JavaScript
-
Урок 55.
00:02:17
Watch Mode
-
Урок 56.
00:04:01
Working With Multiple Files
-
Урок 57.
00:03:43
The Files Compiler Option
-
Урок 58.
00:05:52
Include & Exclude Options
-
Урок 59.
00:01:38
Outdir Option
-
Урок 60.
00:02:16
Target Option
-
Урок 61.
00:05:23
Strict Option
-
Урок 62.
00:02:26
Compiler Options Wrap Up
-
Урок 63.
00:07:21
A Simple Project Setup
-
Урок 64.
00:07:30
Working With The DOM
-
Урок 65.
00:06:18
The Lib Compiler Option
-
Урок 66.
00:06:49
TypeScript's Non-Null Assertion Operator
-
Урок 67.
00:02:50
Type Assertions
-
Урок 68.
00:07:43
Type Assertions With the DOM
-
Урок 69.
00:05:58
Working With Events
-
Урок 70.
00:06:52
Building The Todo List
-
Урок 71.
00:05:09
Adding in an Interface
-
Урок 72.
00:07:11
Connecting to LocalStorage
-
Урок 73.
00:05:55
Todo List Finishing Touches
-
Урок 74.
00:04:20
Classes Setup
-
Урок 75.
00:04:19
The Class Keyword
-
Урок 76.
00:03:11
Constructors
-
Урок 77.
00:03:58
Class Fields
-
Урок 78.
00:06:20
Private Fields
-
Урок 79.
00:02:58
Getters
-
Урок 80.
00:05:44
Setters
-
Урок 81.
00:04:02
Static Properties & Methods
-
Урок 82.
00:03:10
Extending Classes
-
Урок 83.
00:04:45
The Dreaded Super()
-
Урок 84.
00:04:05
Annotating Classes In TypeScript
-
Урок 85.
00:02:01
Class Fields In TypeScript
-
Урок 86.
00:01:20
readonly Class Properties
-
Урок 87.
00:02:10
The public Modifier
-
Урок 88.
00:05:42
The private Modifier
-
Урок 89.
00:03:11
Parameter Properties Shorthand
-
Урок 90.
00:04:47
Getters and Setters
-
Урок 91.
00:03:01
The Protected Modifier
-
Урок 92.
00:05:09
Classes and Interfaces
-
Урок 93.
00:08:49
Creating Abstract Classes
-
Урок 94.
00:05:39
Introducing Generics
-
Урок 95.
00:08:02
Another Example Of A Built-In Generic
-
Урок 96.
00:07:13
Writing Our First Generic
-
Урок 97.
00:05:18
Writing Another Generic Function
-
Урок 98.
00:03:15
Inferred Generic Type Parameters
-
Урок 99.
00:02:18
Generics, Arrow Functions, & TSX Files
-
Урок 100.
00:05:36
Generics With Multiple Types
-
Урок 101.
00:04:44
Adding Type Constraints
-
Урок 102.
00:02:52
Default Type Parameters
-
Урок 103.
00:03:28
Writing Generic Classes
-
Урок 104.
00:05:25
Typeof Guards
-
Урок 105.
00:05:32
Truthiness Guards
-
Урок 106.
00:03:35
Equality Narrowing
-
Урок 107.
00:06:20
Narrowing With The In Operator
-
Урок 108.
00:05:54
Instanceof Narrowing
-
Урок 109.
00:06:36
Working With Type Predicates
-
Урок 110.
00:10:44
Discriminated Unions
-
Урок 111.
00:04:32
Exhaustiveness Checks With Never
-
Урок 112.
00:04:31
Introducing Type Declarations
-
Урок 113.
00:05:50
Using 3rd Party Libraries: Axios
-
Урок 114.
00:11:55
Working With Axios Types
-
Урок 115.
00:08:11
Installing Types Separately
-
Урок 116.
00:03:39
A Note On Namespaces
-
Урок 117.
00:05:38
Working Without Modules
-
Урок 118.
00:05:45
Using TypeScript Modules
-
Урок 119.
00:06:37
Changing Compilation Module System
-
Урок 120.
00:06:29
Import/Export Syntax In Depth
-
Урок 121.
00:05:42
Importing Types
-
Урок 122.
00:04:24
What's The Point Of Webpack?
-
Урок 123.
00:11:37
Setting Up a Project
-
Урок 124.
00:04:10
Installing Webpack Dependencies
-
Урок 125.
00:11:00
Basic Webpack Config
-
Урок 126.
00:02:36
Adding Source Maps
-
Урок 127.
00:03:29
Webpack Dev Server
-
Урок 128.
00:07:16
Production Configuration
-
Урок 129.
00:03:45
React & TypeScript Introduction
-
Урок 130.
00:08:16
Create React App With TypeScript
-
Урок 131.
00:05:33
Our First Component
-
Урок 132.
00:02:36
A Note on React.FC
-
Урок 133.
00:04:01
Props With TypeScript
-
Урок 134.
00:07:52
Creating Our ShoppingList Component
-
Урок 135.
00:05:21
useState With TypeScript
-
Урок 136.
00:03:46
Creating Our ShoppingItem Form
-
Урок 137.
00:07:41
useRef With TypeScript
-
Урок 138.
00:03:00
Updating The State
-
Урок 139.
00:04:30
Finishing Touches
-
Урок 140.
00:02:01
React + TypeScript Wrapup