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