Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай TypeScript Simplified, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:03:34
    01 - What Is TypeScript + Course Introduction
  • Урок 2. 00:05:06
    02 - Why Use TypeScript
  • Урок 3. 00:04:30
    03 - How To Initialize A TypeScript Project
  • Урок 4. 00:03:38
    04 - Using A Bundler
  • Урок 5. 00:04:55
    05 - Understanding The TSConfig
  • Урок 6. 00:06:28
    06 - Assigning Types And Type Inference
  • Урок 7. 00:03:27
    07 - Array Type
  • Урок 8. 00:03:23
    08 - Any Type
  • Урок 9. 00:03:39
    09 - Object Basics
  • Урок 10. 00:05:50
    10 - Types Vs Interfaces
  • Урок 11. 00:06:57
    11 - Defining Functions
  • Урок 12. 00:02:20
    12 - Void Type
  • Урок 13. 00:01:35
    13 - Optional Parameters
  • Урок 14. 00:05:59
    14 - Destructured And Rest Parameters
  • Урок 15. 00:03:38
    15 - Typing Variables As Functions
  • Урок 16. 00:05:22
    16 - Unions
  • Урок 17. 00:04:59
    17 - Intersections
  • Урок 18. 00:02:30
    18 - readonly
  • Урок 19. 00:02:38
    19 - keyof
  • Урок 20. 00:03:15
    20 - typeof
  • Урок 21. 00:09:47
    21 - Index Types
  • Урок 22. 00:06:23
    22 - As Const And Enums
  • Урок 23. 00:02:24
    23 - Tuples
  • Урок 24. 00:20:50
    24 - Generics
  • Урок 25. 00:02:22
    25 - Async Functions
  • Урок 26. 00:05:06
    26 - Pick And Omit
  • Урок 27. 00:06:37
    27 - Partial And Required
  • Урок 28. 00:03:26
    28 - ReturnType And Parameters
  • Урок 29. 00:01:32
    29 - Record
  • Урок 30. 00:02:01
    30 - Readonly
  • Урок 31. 00:01:30
    31 - Awaited
  • Урок 32. 00:10:30
    32 - Basic Type Guards
  • Урок 33. 00:02:52
    33 - Never Type
  • Урок 34. 00:02:56
    34 - Unknown Type
  • Урок 35. 00:04:18
    35 - As Casting
  • Урок 36. 00:03:48
    36 - Satisfies
  • Урок 37. 00:04:53
    37 - Discriminated Union
  • Урок 38. 00:05:26
    38 - Function Overloads
  • Урок 39. 00:08:15
    39 - Type Predicate Function
  • Урок 40. 00:10:29
    40 - Debugging
  • Урок 41. 00:05:35
    41 - Importing Types
  • Урок 42. 00:06:25
    42 - Declaration Files
  • Урок 43. 00:01:32
    43 - Todo List Project Introduction
  • Урок 44. 00:14:53
    44 - Todo List Project Walkthrough
  • Урок 45. 00:03:29
    45 - Migrate JS To TS Project Introduction
  • Урок 46. 00:24:24
    46 - Migrate JS To TS Project Walkthrough
  • Урок 47. 00:01:54
    47 - What's Next
  • Урок 48. 00:11:09
    Bonus. 01 - PropTypes
  • Урок 49. 00:11:21
    Bonus. 02 - TypeScript Setup And Props
  • Урок 50. 00:02:58
    Bonus. 03 - useState
  • Урок 51. 00:04:05
    Bonus. 04 - useRef
  • Урок 52. 00:03:43
    Bonus. 05 - useReducer
  • Урок 53. 00:06:16
    Bonus. 06 - useContext
  • Урок 54. 00:04:26
    Bonus. 07 - Generic Components
  • Урок 55. 00:07:08
    Bonus. 08 - Google Calendar Clone Introduction
  • Урок 56. 01:44:43
    Bonus. 09 - Google Calendar Clone Walkthrough