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