Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Building Applications with React 17 and ASP.NET Core 6, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:00:58
    Introduction
  2. Урок 2. 00:04:28
    What is React?
  3. Урок 3. 00:03:55
    What is ASP.NET Core?
  4. Урок 4. 00:01:32
    Installing Node
  5. Урок 5. 00:03:01
    Adding React and Using Create-React-App
  6. Урок 6. 00:02:59
    Installing Visual Studio
  7. Урок 7. 00:02:17
    Installing Visual Studio Code
  8. Урок 8. 00:01:22
    Installing the EF Core CLI Tool
  9. Урок 9. 00:02:23
    Front-End and Back-End
  10. Урок 10. 00:06:17
    Creating the React App
  11. Урок 11. 00:02:18
    Creating the Web API with Visual Studio
  12. Урок 12. 00:03:12
    Creating the Web API with Visual Studio Code and the dotnet CLI
  13. Урок 13. 00:05:56
    Reverting Back to the Old Model
  14. Урок 14. 00:05:20
    Creating the Combined Project
  15. Урок 15. 00:00:45
    Configuring the tsconfig.json
  16. Урок 16. 00:01:17
    Summary
  17. Урок 17. 00:00:53
    Introduction
  18. Урок 18. 00:02:39
    Preparing the Development Environment
  19. Урок 19. 00:08:58
    Let and Const
  20. Урок 20. 00:11:35
    Arrow Functions and this
  21. Урок 21. 00:05:32
    Template Strings
  22. Урок 22. 00:03:04
    Ternary Operator
  23. Урок 23. 00:06:41
    Enhanced Object Literals
  24. Урок 24. 00:06:46
    Destructuring
  25. Урок 25. 00:06:29
    Spread Operator - Arrays
  26. Урок 26. 00:05:25
    Spread Operator - Objects
  27. Урок 27. 00:08:16
    Classes
  28. Урок 28. 00:05:07
    Map Function
  29. Урок 29. 00:11:59
    Promises and Async Programming
  30. Урок 30. 00:07:56
    Modules
  31. Урок 31. 00:02:07
    Summary
  32. Урок 32. 00:01:23
    Introduction
  33. Урок 33. 00:04:03
    The Problem with HTML
  34. Урок 34. 00:08:08
    A Solution is React
  35. Урок 35. 00:05:01
    Component and Application Structure
  36. Урок 36. 00:05:55
    Functional vs Class Components
  37. Урок 37. 00:02:59
    Making a Simple Component
  38. Урок 38. 00:05:53
    What is JSX?
  39. Урок 39. 00:02:07
    Fragments
  40. Урок 40. 00:05:25
    Expressions in JSX
  41. Урок 41. 00:03:05
    Conditionals - Ternary Operator
  42. Урок 42. 00:08:01
    Events - Reacting to User Interaction
  43. Урок 43. 00:04:42
    React Hooks and useState
  44. Урок 44. 00:05:12
    Using the useState React Hook
  45. Урок 45. 00:07:46
    Conditionals - if-else
  46. Урок 46. 00:07:02
    Dynamically Generating UI from an Array
  47. Урок 47. 00:07:56
    Reusing Functionality with Components - Parameters
  48. Урок 48. 00:04:53
    Child to Parent Component Communication
  49. Урок 49. 00:02:33
    Default Parameters
  50. Урок 50. 00:09:49
    Projecting Content
  51. Урок 51. 00:10:54
    CSS in React
  52. Урок 52. 00:02:12
    Introduction to useEffect
  53. Урок 53. 00:09:12
    Using useEffect
  54. Урок 54. 00:10:40
    useContext React Hook for Message Broadcasting
  55. Урок 55. 00:12:37
    Custom UI for Errors with ErrorBoundary
  56. Урок 56. 00:02:42
    Introduction to prop-types
  57. Урок 57. 00:02:15
    Summary
  58. Урок 58. 00:01:17
    Introduction
  59. Урок 59. 00:02:45
    Cleanup
  60. Урок 60. 00:07:29
    Individual Movie Component
  61. Урок 61. 00:06:22
    Movies List Component
  62. Урок 62. 00:09:45
    Making the MoviesList Component More Robust
  63. Урок 63. 00:04:56
    Generic List Component
  64. Урок 64. 00:05:01
    Installing Bootstrap
  65. Урок 65. 00:00:25
    Summary
  66. Урок 66. 00:01:03
    Introduction
  67. Урок 67. 00:04:51
    Building the Menu Component
  68. Урок 68. 00:07:39
    Configuring Routes with React Router
  69. Урок 69. 00:06:28
    Route Configuration in an External File
  70. Урок 70. 00:13:12
    Building the Pages of our Project
  71. Урок 71. 00:03:24
    Using JavaScript for Navigation
  72. Урок 72. 00:03:21
    Route Parameters
  73. Урок 73. 00:03:17
    Handling Routes that do not exist
  74. Урок 74. 00:00:47
    Summary
  75. Урок 75. 00:01:08
    Introduction
  76. Урок 76. 00:04:11
    Types of Forms
  77. Урок 77. 00:07:22
    Building Our First Form
  78. Урок 78. 00:07:01
    Validation Rules with Yup
  79. Урок 79. 00:06:34
    Custom Validation Rules
  80. Урок 80. 00:03:51
    Disabling Button When Submitting the Form
  81. Урок 81. 00:08:31
    Creating the Edit Genres Form
  82. Урок 82. 00:10:52
    Making the Filtering Movies Form
  83. Урок 83. 00:07:20
    Creating the Actors Form
  84. Урок 84. 00:07:22
    Working with Dates
  85. Урок 85. 00:14:19
    Selecting the Picture of the Actor
  86. Урок 86. 00:06:51
    Formatted Text with Markdown
  87. Урок 87. 00:05:58
    Creating the Movie Theaters Form
  88. Урок 88. 00:12:42
    Integrating Leaflet in React
  89. Урок 89. 00:07:49
    Integrating Formik and Leaflet
  90. Урок 90. 00:09:48
    Creating the Movies Form Component
  91. Урок 91. 00:09:09
    Building a Multiple Selector Component
  92. Урок 92. 00:14:49
    Relating Movies with Genres and Movie Theaters
  93. Урок 93. 00:08:47
    Creating the Typeahead
  94. Урок 94. 00:13:38
    Listing the Selected Actors
  95. Урок 95. 00:09:29
    Reordering Elements in a List
  96. Урок 96. 00:01:18
    Making a Footer
  97. Урок 97. 00:00:50
    Summary
  98. Урок 98. 00:00:57
    Introduction
  99. Урок 99. 00:02:01
    Installing Postman
  100. Урок 100. 00:06:11
    Creating the Repository
  101. Урок 101. 00:09:50
    Controllers and Actions
  102. Урок 102. 00:09:07
    Routing Rules
  103. Урок 103. 00:04:30
    ActionReturn
  104. Урок 104. 00:05:08
    Asynchronous Programming
  105. Урок 105. 00:07:51
    Model Binding
  106. Урок 106. 00:06:27
    Model Validation
  107. Урок 107. 00:08:29
    Custom Validation
  108. Урок 108. 00:06:06
    Dependency Injection
  109. Урок 109. 00:09:52
    Services
  110. Урок 110. 00:11:21
    Loggers
  111. Урок 111. 00:09:39
    Middleware
  112. Урок 112. 00:08:03
    Filters
  113. Урок 113. 00:07:41
    Custom and Global Filters
  114. Урок 114. 00:01:17
    Summary
  115. Урок 115. 00:00:43
    Introduction
  116. Урок 116. 00:04:00
    Cleanup
  117. Урок 117. 00:09:42
    Axios, Environment Variables and CORS
  118. Урок 118. 00:07:38
    Installing and Configuring Entity Framework Core
  119. Урок 119. 00:04:13
    Creating Genres - Web API
  120. Урок 120. 00:05:48
    Creating Genres - React
  121. Урок 121. 00:08:05
    Transform Errors into Arrays
  122. Урок 122. 00:04:05
    Display Web API Errors in React
  123. Урок 123. 00:07:37
    DTOs
  124. Урок 124. 00:04:19
    Index Genres
  125. Урок 125. 00:08:07
    Pagination - Web API
  126. Урок 126. 00:10:36
    Building the Pagination Component
  127. Урок 127. 00:10:09
    Paginating Genres
  128. Урок 128. 00:08:29
    Editing Genres
  129. Урок 129. 00:07:49
    Deleting Genres
  130. Урок 130. 00:12:07
    Edit Entity
  131. Урок 131. 00:12:12
    Index Entities
  132. Урок 132. 00:07:11
    Actor Entity
  133. Урок 133. 00:09:10
    Posting the Actor
  134. Урок 134. 00:11:29
    Saving Images into Azure Storage
  135. Урок 135. 00:06:51
    Saving Images Locally - Optional
  136. Урок 136. 00:04:16
    Actors Index
  137. Урок 137. 00:09:20
    Editing Actors
  138. Урок 138. 00:14:07
    Movie Theater Entity
  139. Урок 139. 00:03:16
    Creating Movie Theaters
  140. Урок 140. 00:03:22
    Index Movie Theaters
  141. Урок 141. 00:02:15
    Editing and Deleting Movie Theaters
  142. Урок 142. 00:07:35
    Movie Entity
  143. Урок 143. 00:14:47
    Movie Creation Backend
  144. Урок 144. 00:08:06
    Loading the Data on the Movie Creation Page
  145. Урок 145. 00:09:53
    Selecting Actors from the Database
  146. Урок 146. 00:09:08
    Creating a Movie
  147. Урок 147. 00:09:17
    Movie Details - Web API
  148. Урок 148. 00:13:11
    Movie Details - React - Part 1
  149. Урок 149. 00:09:59
    Movie Details - React - Part 2
  150. Урок 150. 00:06:21
    Landing Page
  151. Урок 151. 00:07:46
    Movie Edit - Backend
  152. Урок 152. 00:10:07
    Movie Edit - React
  153. Урок 153. 00:08:11
    Deleting a Movie
  154. Урок 154. 00:05:41
    Movie Filter - Web API
  155. Урок 155. 00:10:19
    Movie Filter - React - Part 1
  156. Урок 156. 00:09:51
    Movie Filter - React - Part 2
  157. Урок 157. 00:00:52
    Summary
  158. Урок 158. 00:01:01
    Introduction
  159. Урок 159. 00:03:47
    Authentication and Authorization
  160. Урок 160. 00:04:12
    Hiding Content If The User is Not Logged In
  161. Урок 161. 00:13:03
    Using Claims in our React App
  162. Урок 162. 00:04:30
    Protecting Routes From Unauthorized Users
  163. Урок 163. 00:06:46
    Configuring Identity
  164. Урок 164. 00:10:27
    Building the Register and Login Functionality
  165. Урок 165. 00:02:01
    Adding The New Kind of Errors to our ParseBadRequest Filter
  166. Урок 166. 00:12:16
    Building the Register Component
  167. Урок 167. 00:07:42
    Building the Login Component
  168. Урок 168. 00:13:07
    Extracting the Claims from the JWT
  169. Урок 169. 00:08:56
    Building the Rating Functionality - Web API
  170. Урок 170. 00:06:06
    Getting the Rating of the Movie
  171. Урок 171. 00:06:44
    Displaying Icons in the React App
  172. Урок 172. 00:07:05
    Building the Ratings Component
  173. Урок 173. 00:07:20
    Sending the JWT using Interceptors
  174. Урок 174. 00:06:29
    Configuring Claim-Based Authorization
  175. Урок 175. 00:04:55
    Assign Admin Claim - Web API
  176. Урок 176. 00:10:28
    Assign Admin Claim - React
  177. Урок 177. 00:00:59
    Summary
  178. Урок 178. 00:00:58
    Introduction
  179. Урок 179. 00:07:26
    Deploying the Web API to Azure App Service
  180. Урок 180. 00:07:18
    Debugging Errors in Production using Application Insights
  181. Урок 181. 00:06:24
    Deploying the React App to Firebase
  182. Урок 182. 00:00:28
    Summary