Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The Ultimate TypeScript Course, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:00:53
    1- Welcome
  2. Урок 2. 00:00:37
    2- Prerequisites
  3. Урок 3. 00:00:56
    3- How to Take this Course
  4. Урок 4. 00:00:32
    1- Introduction
  5. Урок 5. 00:04:42
    2- What is TypeScript
  6. Урок 6. 00:01:52
    3- Setting Up the Development Environment
  7. Урок 7. 00:03:51
    4- Your First TypeScript Program
  8. Урок 8. 00:04:04
    5- Configuring the TypeScript Compiler
  9. Урок 9. 00:04:54
    6- Debugging TypeScript Applications
  10. Урок 10. 00:00:29
    1- Introduction
  11. Урок 11. 00:01:59
    2- Built-in Types
  12. Урок 12. 00:02:46
    3- The any Type
  13. Урок 13. 00:02:19
    5- Arrays
  14. Урок 14. 00:02:44
    6- Tuples
  15. Урок 15. 00:03:24
    7- Enums
  16. Урок 16. 00:06:52
    8- Functions
  17. Урок 17. 00:04:35
    9- Objects
  18. Урок 18. 00:00:30
    1- Introduction
  19. Урок 19. 00:01:39
    2- Type Aliases
  20. Урок 20. 00:02:37
    3- Union Types
  21. Урок 21. 00:02:04
    4- Intersection Types
  22. Урок 22. 00:01:46
    5- Literal Types
  23. Урок 23. 00:02:37
    6- Nullable Types
  24. Урок 24. 00:04:42
    7- Optional Chaining
  25. Урок 25. 00:02:00
    8- The Nullish Coaelscing Operator
  26. Урок 26. 00:03:08
    9- Type Assertions
  27. Урок 27. 00:02:25
    10- The unknown Type
  28. Урок 28. 00:03:00
    11- The never Type
  29. Урок 29. 00:00:52
    1- Introduction
  30. Урок 30. 00:03:35
    2- What is Object-oriented Programming
  31. Урок 31. 00:03:57
    3- Creating Classes
  32. Урок 32. 00:03:25
    4- Creating Objects
  33. Урок 33. 00:01:45
    5- Read-only and Optional Properties
  34. Урок 34. 00:03:43
    6- Access Control Keywords
  35. Урок 35. 00:01:59
    7- Parameter Properties
  36. Урок 36. 00:02:27
    8- Getters and Setters
  37. Урок 37. 00:03:09
    9- Index Signatures
  38. Урок 38. 00:04:59
    10- Static Members
  39. Урок 39. 00:04:50
    11- Inheritance
  40. Урок 40. 00:03:51
    12- Method Overriding
  41. Урок 41. 00:05:14
    13- Polymorphism
  42. Урок 42. 00:01:34
    14- Private vs Protected Members
  43. Урок 43. 00:04:07
    15- Abstract Classes and Methods
  44. Урок 44. 00:06:45
    16- Interfaces
  45. Урок 45. 00:00:25
    1- Introduction
  46. Урок 46. 00:02:06
    2- Understanding the Problem
  47. Урок 47. 00:02:53
    3- Generic Classes
  48. Урок 48. 00:01:59
    4- Generic Functions
  49. Урок 49. 00:03:23
    5- Generic Interfaces
  50. Урок 50. 00:02:23
    6- Generic Constraints
  51. Урок 51. 00:06:57
    7- Extending Generic Classes
  52. Урок 52. 00:03:40
    8- The keyof Operator
  53. Урок 53. 00:05:03
    9- Type Mapping
  54. Урок 54. 00:00:30
    1- Introduction
  55. Урок 55. 00:01:40
    2- What Are Decorators
  56. Урок 56. 00:04:01
    3- Class Decorators
  57. Урок 57. 00:02:13
    4- Parameterized Decorators
  58. Урок 58. 00:01:23
    5- Decorator Composition
  59. Урок 59. 00:07:03
    6- Method Decorators
  60. Урок 60. 00:04:45
    7- Accessor Decorators - Title
  61. Урок 61. 00:05:00
    8- Property Decorators
  62. Урок 62. 00:02:23
    9- Parameter Decorators
  63. Урок 63. 00:00:36
    1- Introduction
  64. Урок 64. 00:04:21
    2- Exporting and Importing
  65. Урок 65. 00:03:20
    3- Module Formats
  66. Урок 66. 00:02:59
    4- Default Exports
  67. Урок 67. 00:00:58
    5- Wildcard Imports
  68. Урок 68. 00:03:16
    6- Re-exporting
  69. Урок 69. 00:00:35
    1- Introduction
  70. Урок 70. 00:02:19
    2- Including JS Code in TS Projects
  71. Урок 71. 00:02:17
    3- Type Checking JS Code
  72. Урок 72. 00:02:11
    4- Describing Types Using JSDoc
  73. Урок 73. 00:02:21
    5- Creating Declaration Files
  74. Урок 74. 00:02:33
    6- Using Definitely Typed Declaration Files
  75. Урок 75. 00:00:29
    1- Introduction
  76. Урок 76. 00:01:29
    2- Creating a React App with TypeScript
  77. Урок 77. 00:01:35
    3- Adding Bootstrap
  78. Урок 78. 00:05:12
    4- Creating a Component - Title
  79. Урок 79. 00:02:10
    5- Using the State Hook
  80. Урок 80. 00:04:18
    6- Calling the Backend
  81. Урок 81. 00:02:09
    7- Using the Effect Hook
  82. Урок 82. 00:03:42
    8- Handling Events
  83. Урок 83. 00:03:35
    9- Building a Form
  84. Урок 84. 00:04:52
    10- Handling Form Submission
  85. Урок 85. 00:00:33
    1- Introduction
  86. Урок 86. 00:02:40
    2- Executing TypeScript Code with Node
  87. Урок 87. 00:03:14
    3- Setting up an Express Project
  88. Урок 88. 00:00:57
    4- Creating a Basic Route
  89. Урок 89. 00:01:49
    5- Creating a Router
  90. Урок 90. 00:03:38
    6- Parsing Request Bodies
  91. Урок 91. 00:03:49
    7- Building an API
  92. Урок 92. 00:00:25
    Course Wrap Up