1. Урок 1. 00:02:40
    Introduction
  2. Урок 2. 00:07:14
    Why Svelte?
  3. Урок 3. 00:04:30
    What is Svelte?
  4. Урок 4. 00:11:10
    Setting Up a First App & The Course Project
  5. Урок 5. 00:07:27
    Writing Some Svelte Code
  6. Урок 6. 00:04:49
    Course Outline
  7. Урок 7. 00:03:28
    How To Get The Most Out Of The Course
  8. Урок 8. 00:03:56
    Module Introduction
  9. Урок 9. 00:05:38
    Using Curly Braces & Understanding the Core Syntax
  10. Урок 10. 00:05:49
    Reactive Variables
  11. Урок 11. 00:02:10
    More Reactivity
  12. Урок 12. 00:04:17
    Binding to Element Properties
  13. Урок 13. 00:01:42
    Two-Way Binding Shortcut
  14. Урок 14. 00:08:31
    Using Multiple Components
  15. Урок 15. 00:03:46
    Components & Communication via Props
  16. Урок 16. 00:06:02
    Diving Deeper into Bindings
  17. Урок 17. 00:01:11
    Using Self-Extending Properties
  18. Урок 18. 00:03:33
    Outputting HTML Content
  19. Урок 19. 00:04:16
    Setting Dynamic CSS Classes
  20. Урок 20. 00:01:17
    Wrap Up
  21. Урок 21. 00:00:50
    Module Introduction
  22. Урок 22. 00:05:26
    Using "if" Statements in HTML
  23. Урок 23. 00:04:28
    if, else & else-if
  24. Урок 24. 00:08:06
    Outputting Lists with "each"
  25. Урок 25. 00:02:12
    "each", "else" & Extracting the Index
  26. Урок 26. 00:09:56
    Lists & Keys
  27. Урок 27. 00:04:17
    A Closer Look at List Keys
  28. Урок 28. 00:00:37
    Wrap Up
  29. Урок 29. 00:00:59
    Module Introduction
  30. Урок 30. 00:02:30
    Updating Arrays & Objects Immutably
  31. Урок 31. 00:05:05
    Understanding Event Modifiers
  32. Урок 32. 00:03:12
    Using Inline Functions
  33. Урок 33. 00:00:45
    Wrap Up
  34. Урок 34. 00:01:19
    Module Introduction
  35. Урок 35. 00:08:42
    Project Setup & A First Component
  36. Урок 36. 00:05:08
    Different Ways of Mounting Components
  37. Урок 37. 00:03:36
    Adding Data
  38. Урок 38. 00:04:19
    Adding a New Component (MeetupItem)
  39. Урок 39. 00:03:33
    Working with Different Component Types
  40. Урок 40. 00:05:38
    Passing Data Into Components
  41. Урок 41. 00:04:26
    Adding a "MeetupGrid" Component
  42. Урок 42. 00:09:25
    Adding New Meetups via a Form
  43. Урок 43. 00:11:09
    Creating a "TextInput" Component
  44. Урок 44. 00:05:59
    Adding a Custom "Button" Component
  45. Урок 45. 00:02:21
    Wrap Up
  46. Урок 46. 00:01:44
    Module Introduction
  47. Урок 47. 00:01:41
    Understanding the Different Component Types
  48. Урок 48. 00:03:02
    Component Communication Overview
  49. Урок 49. 00:04:53
    Event Forwarding
  50. Урок 50. 00:04:55
    Emitting Custom Events
  51. Урок 51. 00:02:29
    How to Extract Event Data
  52. Урок 52. 00:06:57
    Using Spread Props & Default Props
  53. Урок 53. 00:06:27
    Working with Slots
  54. Урок 54. 00:03:31
    Named & Default Slots
  55. Урок 55. 00:03:19
    Example: Opening & Closing a Modal
  56. Урок 56. 00:05:27
    Using Slot Props
  57. Урок 57. 00:04:54
    The Component Lifecycle - Theory
  58. Урок 58. 00:07:28
    Creation & Update Lifecycle Hooks in Action
  59. Урок 59. 00:09:19
    Using "tick()"
  60. Урок 60. 00:00:57
    Wrap Up
  61. Урок 61. 00:00:34
    Module Introduction
  62. Урок 62. 00:03:23
    Adding Default Props
  63. Урок 63. 00:11:17
    Communication via Custom Events
  64. Урок 64. 00:05:12
    Utilizing Slots
  65. Урок 65. 00:07:57
    Creating an "EditMeetup" Component
  66. Урок 66. 00:03:46
    Communicating Between Components
  67. Урок 67. 00:03:22
    Time for More Slots!
  68. Урок 68. 00:07:06
    Adding a Re-Usable "Modal" Component
  69. Урок 69. 00:03:30
    Finishing the "Modal" Component
  70. Урок 70. 00:00:38
    Wrap Up
  71. Урок 71. 00:00:35
    Module Introduction
  72. Урок 72. 00:02:47
    Two-Way Binding Refresher
  73. Урок 73. 00:06:06
    Understanding Custom Component Bindings
  74. Урок 74. 00:02:56
    Relying on Automatic Number Conversion
  75. Урок 75. 00:04:54
    Binding Checkboxes & Radio Buttons
  76. Урок 76. 00:02:05
    Binding <select> Dropdowns
  77. Урок 77. 00:05:18
    Binding to Element References
  78. Урок 78. 00:02:50
    Binding to Component References
  79. Урок 79. 00:06:44
    Validating Forms & Inputs
  80. Урок 80. 00:00:59
    Wrap Up
  81. Урок 81. 00:00:34
    Module Introduction
  82. Урок 82. 00:02:32
    Exploring Different Validation Solutions
  83. Урок 83. 00:03:37
    Adding Validation & Error Output to the "TextInput" Component
  84. Урок 84. 00:03:26
    Adding Some Validation Logic
  85. Урок 85. 00:07:01
    Finishing "TextInput" Validation
  86. Урок 86. 00:02:51
    Validating the Overall Form
  87. Урок 87. 00:03:17
    Improvements & Wrap Up
  88. Урок 88. 00:01:04
    Module Introduction
  89. Урок 89. 00:03:42
    What's the Problem?
  90. Урок 90. 00:05:35
    Creating a Writable Store & Subscribing
  91. Урок 91. 00:04:37
    Updating Store Data
  92. Урок 92. 00:01:57
    Stores and Stateful & Presentational Components
  93. Урок 93. 00:03:54
    Managing Store Subscriptions
  94. Урок 94. 00:02:50
    Using Autosubscriptions
  95. Урок 95. 00:06:49
    A Second Store!
  96. Урок 96. 00:03:49
    Subscribing for a Short Period
  97. Урок 97. 00:08:46
    Understanding Readable Stores
  98. Урок 98. 00:07:57
    Unlimited Power with Custom Stores
  99. Урок 99. 00:01:22
    Wrap Up
  100. Урок 100. 00:01:14
    Module Introduction
  101. Урок 101. 00:03:01
    Setting Up a Store
  102. Урок 102. 00:08:10
    Using a Custom Store
  103. Урок 103. 00:05:07
    Tapping into the Store from Different Components
  104. Урок 104. 00:12:34
    Adding a "MeetupDetail" Component
  105. Урок 105. 00:05:10
    Preparing the "Edit Meetup" Form
  106. Урок 106. 00:09:14
    Continuing Work on the "Edit" Feature
  107. Урок 107. 00:03:23
    Adding a "Delete" Functionality
  108. Урок 108. 00:08:49
    Adding a "Filter" Component
  109. Урок 109. 00:02:37
    Some Final Steps
  110. Урок 110. 00:00:49
    Wrap Up
  111. Урок 111. 00:00:54
    Module Introduction
  112. Урок 112. 00:06:55
    Animating Values with a Tweened Store
  113. Урок 113. 00:08:21
    Using a Spring Store Instead
  114. Урок 114. 00:03:39
    Preparing a Transition Example
  115. Урок 115. 00:06:31
    Element Transitions
  116. Урок 116. 00:05:18
    More on Transitions
  117. Урок 117. 00:01:31
    Using Different "in" and "out" Transitions
  118. Урок 118. 00:02:52
    Animating Passive (Affected) Items
  119. Урок 119. 00:00:48
    Wrap Up
  120. Урок 120. 00:01:04
    Module Introduction
  121. Урок 121. 00:03:27
    Animating the Modal
  122. Урок 122. 00:04:54
    Animating the Meetup Items
  123. Урок 123. 00:01:26
    Animating the "Favorite" Badge & Wrap Up
  124. Урок 124. 00:01:34
    Module Introduction
  125. Урок 125. 00:02:45
    Adding a REST API
  126. Урок 126. 00:06:59
    Sending Data via a POST Request
  127. Урок 127. 00:03:17
    Showing a Loading Indicator & Sending Correct Data
  128. Урок 128. 00:04:13
    Fetching & Transforming Data
  129. Урок 129. 00:02:50
    Things to Consider
  130. Урок 130. 00:03:36
    Using the "await" Block
  131. Урок 131. 00:05:35
    Http + A Store
  132. Урок 132. 00:01:00
    Wrap Up
  133. Урок 133. 00:00:35
    Module Introduction
  134. Урок 134. 00:09:17
    Storing Meetups on a Server
  135. Урок 135. 00:04:55
    Fetching & Transforming Data
  136. Урок 136. 00:05:45
    Adding a Loading Spinner
  137. Урок 137. 00:06:33
    Updating via PATCH
  138. Урок 138. 00:03:57
    Sending "Favorite" Updates & Deleting Data
  139. Урок 139. 00:01:10
    Fixing the Order of Items
  140. Урок 140. 00:07:14
    Adding Error Handling
  141. Урок 141. 00:00:48
    Wrap Up
  142. Урок 142. 00:00:37
    Module Introduction
  143. Урок 143. 00:07:23
    Dynamic Components
  144. Урок 144. 00:06:11
    Recursive Components
  145. Урок 145. 00:06:46
    Accessing Windows, Body & Head
  146. Урок 146. 00:05:39
    Cross-Component Scripts
  147. Урок 147. 00:00:48
    Module Introduction
  148. Урок 148. 00:04:59
    What and Why?
  149. Урок 149. 00:02:54
    Understanding the Folder Structure
  150. Урок 150. 00:02:21
    Inspecting the Web Page
  151. Урок 151. 00:06:47
    Filenames & Routes
  152. Урок 152. 00:02:17
    Error & Layout Pages
  153. Урок 153. 00:05:13
    Preloading in Components
  154. Урок 154. 00:06:33
    Pre-fetching Data
  155. Урок 155. 00:06:46
    Migrating the Meetup Project Files into the Sapper Project
  156. Урок 156. 00:09:15
    Fetching Data on the Client Side
  157. Урок 157. 00:06:14
    Prefetching Data on the Server
  158. Урок 158. 00:03:33
    Syncing Fetched Data & the Store
  159. Урок 159. 00:01:59
    Editing & Deleting Meetups
  160. Урок 160. 00:07:50
    Rendering the MeetupDetail Page
  161. Урок 161. 00:00:44
    Adding Global CSS
  162. Урок 162. 00:00:38
    Wrap Up
  163. Урок 163. 00:00:37
    Module Introduction
  164. Урок 164. 00:04:36
    Different App Types & Deployment Options
  165. Урок 165. 00:04:39
    Building the App
  166. Урок 166. 00:02:53
    Rendering Content Correctly on the Server
  167. Урок 167. 00:03:20
    Deploying a SSR App
  168. Урок 168. 00:04:50
    Hosting a Static Site
  169. Урок 169. 00:00:43
    Wrap Up
  170. Урок 170. 00:08:57
    Svelte vs React vs Angular vs Vue
  171. Урок 171. 00:00:56
    Course Roundup