-
Урок 1. 00:01:47Introduction
-
Урок 2. 00:02:06Project Generation
-
Урок 3. 00:03:52Our First Test
-
Урок 4. 00:03:44Introduction to Jest
-
Урок 5. 00:02:02App Overview
-
Урок 6. 00:00:45Installing Dependencies
-
Урок 7. 00:02:45React and Redux Design
-
Урок 8. 00:04:25What Do We Test?
-
Урок 9. 00:02:49Starting from Scratch
-
Урок 10. 00:04:08Rendering the App
-
Урок 11. 00:03:17Showing Components in the App
-
Урок 12. 00:03:32Valid Test File Names
-
Урок 13. 00:03:57Test Structure
-
Урок 14. 00:07:53Tricking React with JSDOM
-
Урок 15. 00:04:12Verifying Component Existence
-
Урок 16. 00:04:12Test Expectations
-
Урок 17. 00:06:14Limiting Test Knowledge
-
Урок 18. 00:07:26Enzyme Setup
-
Урок 19. 00:06:20Enzyme Renderers
-
Урок 20. 00:07:07Expectations for Component Instances
-
Урок 21. 00:01:19Exercise Time!
-
Урок 22. 00:01:57Expecting the Comment List
-
Урок 23. 00:05:01Absolute Path Imports
-
Урок 24. 00:04:26Code Reuse with BeforeEach
-
Урок 25. 00:03:17Comment Box Component
-
Урок 26. 00:05:09TextArea Implementation
-
Урок 27. 00:03:23CommentBox Test File
-
Урок 28. 00:06:49Asserting Element Existence
-
Урок 29. 00:04:03AfterEach Statements
-
Урок 30. 00:05:16Simulating Change Events
-
Урок 31. 00:06:36Providing Fake Events
-
Урок 32. 00:03:56Forcing Component Updates
-
Урок 33. 00:04:20Retrieving Prop Values
-
Урок 34. 00:02:09Form Submit Exercise
-
Урок 35. 00:06:41Exercise Solution
-
Урок 36. 00:06:19Describe Statements
-
Урок 37. 00:04:31Redux Setup
-
Урок 38. 00:05:01The Provider Tag
-
Урок 39. 00:04:12The SaveComment Action Creator
-
Урок 40. 00:03:58Bonding React with Redux
-
Урок 41. 00:06:57Redux Test Errors
-
Урок 42. 00:07:37Adding a Root Component
-
Урок 43. 00:05:22Testing Reducers
-
Урок 44. 00:02:47Handling Unknown Types
-
Урок 45. 00:05:32Testing Action Creators
-
Урок 46. 00:04:35Comment List Wireup
-
Урок 47. 00:04:56Getting Data Into Redux
-
Урок 48. 00:07:52Redux Initial State
-
Урок 49. 00:08:30Cheerio Queries
-
Урок 50. 00:03:52One More Feature
-
Урок 51. 00:04:38Fetching a Remote Resource
-
Урок 52. 00:05:09Parsing Comment List
-
Урок 53. 00:03:32Integration Tests
-
Урок 54. 00:03:04Integration Tests in Action
-
Урок 55. 00:02:31Fixing a Broken Test
-
Урок 56. 00:03:05Simulating Button Clicks
-
Урок 57. 00:04:33Why the Failure?
-
Урок 58. 00:05:59Faking Requests with Moxios
-
Урок 59. 00:02:48The Reason for Failure
-
Урок 60. 00:06:56Introducing a Pause
-
Урок 61. 00:02:44Moxios's Wait Function
-
Урок 62. 00:02:02App Wrapup
-
Урок 63. 00:01:43An Introduction to Higher Order Components
-
Урок 64. 00:01:59Connect - A Higher Order Component
-
Урок 65. 00:04:31App Overview
-
Урок 66. 00:01:46Adding React Router
-
Урок 67. 00:03:35Adding Routes
-
Урок 68. 00:05:05Auth Reducer
-
Урок 69. 00:04:06Rendering a Header
-
Урок 70. 00:04:19Wiring Up State
-
Урок 71. 00:03:48Changing Auth State
-
Урок 72. 00:06:30Steps for Building a HOC
-
Урок 73. 00:04:28Forced Navigation with React Router
-
Урок 74. 00:10:07Creating the HOC
-
Урок 75. 00:03:27Placing Reusable Logic
-
Урок 76. 00:09:11Passing Through Props
-
Урок 77. 00:02:31Introduction to Middlewares
-
Урок 78. 00:09:05The Purpose of Redux Promise
-
Урок 79. 00:08:34How Async Middlewares Work
-
Урок 80. 00:08:43Crazy Middleware Syntax
-
Урок 81. 00:04:07Forwarding Actions
-
Урок 82. 00:05:58Waiting for Promise Resolution
-
Урок 83. 00:07:03Observing the Middleware
-
Урок 84. 00:04:35State Validation Middleware
-
Урок 85. 00:05:14JSON Schema
-
Урок 86. 00:04:14Generating JSON Schema
-
Урок 87. 00:06:08Middleware Creation
-
Урок 88. 00:05:53Emitting Warnings
-
Урок 89. 00:04:32Introduction to Authentication
-
Урок 90. 00:04:58Cookies vs Tokens
-
Урок 91. 00:04:50Scalable Architecture
-
Урок 92. 00:03:46Server Setup
-
Урок 93. 00:05:42More Server Setup
-
Урок 94. 00:06:30Express Middleware
-
Урок 95. 00:06:10Express Route Handler
-
Урок 96. 00:10:22Mongoose Models
-
Урок 97. 00:06:30MongoDB Setup
-
Урок 98. 00:06:20Inspecting the Database
-
Урок 99. 00:04:57Authentication Controller
-
Урок 100. 00:07:57Searching for Users
-
Урок 101. 00:06:32Creating User Records
-
Урок 102. 00:08:13Encrypting Passwords with Bcrypt
-
Урок 103. 00:06:17Salting a Password
-
Урок 104. 00:04:59JWT Overview
-
Урок 105. 00:07:14Creating a JWT
-
Урок 106. 00:05:51Installing Passport
-
Урок 107. 00:08:56Passport Strategies
-
Урок 108. 00:04:03Using Strategies with Passport
-
Урок 109. 00:05:56Making an Authenticated Request
-
Урок 110. 00:05:38Signing in with Local Strategy
-
Урок 111. 00:04:18Purpose of Local Strategy
-
Урок 112. 00:05:09Bcrypt Full Circle
-
Урок 113. 00:04:13Protecting Signin Route
-
Урок 114. 00:04:05Signing Users In
-
Урок 115. 00:02:40Server Review
-
Урок 116. 00:03:26Client Overview
-
Урок 117. 00:01:50Lib Installs
-
Урок 118. 00:03:52The App Component
-
Урок 119. 00:06:03Creating the Header
-
Урок 120. 00:05:24Wiring Up React Router
-
Урок 121. 00:04:38Scaffolding the Signup Form
-
Урок 122. 00:07:46Including Redux
-
Урок 123. 00:06:28ReduxForm for Signup
-
Урок 124. 00:05:06Handling Form Submission
-
Урок 125. 00:02:17Wiring Up Middleware
-
Урок 126. 00:09:21Basics of Redux Thunk
-
Урок 127. 00:05:02Calling the API
-
Урок 128. 00:05:51Code Cleanup with Compose
-
Урок 129. 00:11:22CORS in a Nutshell
-
Урок 130. 00:05:27Solution to CORS Errors
-
Урок 131. 00:04:05Dispatching Actions
-
Урок 132. 00:05:17Displaying Auth Errors
-
Урок 133. 00:02:38Redirect on Signup
-
Урок 134. 00:02:29Feature Component
-
Урок 135. 00:04:03The Require Auth HOC
-
Урок 136. 00:04:55Persisting Login State
-
Урок 137. 00:04:21Signing Out a User
-
Урок 138. 00:02:27Automatic Sign Out
-
Урок 139. 00:02:15The Signin Component
-
Урок 140. 00:02:36The Signin Action Creator
-
Урок 141. 00:03:21Updating the Header
-
Урок 142. 00:03:10Header Styling
-
Урок 143. 00:02:56Auth Wrapup
-
Урок 144. 00:03:30Project Setup
-
Урок 145. 00:12:42A First Spec
-
Урок 146. 00:09:40Core Testing - Describe, It, Expect
-
Урок 147. 00:04:06Test Reporting
-
Урок 148. 00:06:10Feature Mockups
-
Урок 149. 00:06:56Test Structure Setup
-
Урок 150. 00:08:20Comment Box Tests
-
Урок 151. 00:07:51Testing Class Names
-
Урок 152. 00:06:23Using beforeEach to Condense Tests
-
Урок 153. 00:05:14Expecting Child Elements
-
Урок 154. 00:07:25Simulating Events
-
Урок 155. 00:07:24Testing Controlled Components
-
Урок 156. 00:07:14Form Submit Event
-
Урок 157. 00:06:01Stub Comment List
-
Урок 158. 00:07:44Expectations on Content
-
Урок 159. 00:05:43Assertions with Lists
-
Урок 160. 00:09:35Testing Action Creators
-
Урок 161. 00:04:47Action Creator Shortcuts
-
Урок 162. 00:12:38TDD Comments Reducer
-
Урок 163. 00:03:37Spec Failures After Code Change
-
Урок 164. 00:03:08App Review
-
Урок 165. 00:05:20Purpose of Chai and Mocha
-
Урок 166. 00:02:43Test Helper From Scratch
-
Урок 167. 00:07:15JSDom Setup
-
Урок 168. 00:05:29More JSDom Setup
-
Урок 169. 00:07:54TestUtils Library
-
Урок 170. 00:07:52Defining RenderComponent
-
Урок 171. 00:05:13Finishing RenderComponent Helper
-
Урок 172. 00:07:10Simulate Helper
-
Урок 173. 00:03:09Test Helper Review
-
Урок 174. 00:03:06What is a Higher Order Component?
-
Урок 175. 00:05:50Connect and Provider
-
Урок 176. 00:04:20Authentication HOC Overview
-
Урок 177. 00:06:55Header Setup
-
Урок 178. 00:07:37React Router Setup
-
Урок 179. 00:07:06Authentication Reducer
-
Урок 180. 00:08:05Action Creator Hookup
-
Урок 181. 00:04:57Authentication Higher Order Component
-
Урок 182. 00:09:10HOC Scaffold Code
-
Урок 183. 00:04:49Nesting Higher Order Components
-
Урок 184. 00:05:31Accessing React Router on Context
-
Урок 185. 00:02:12Class Level Properties
-
Урок 186. 00:05:03Handling HOC Edge Cases
-
Урок 187. 00:03:06Higher Order Components Review
-
Урок 188. 00:03:26Middleware Overview
-
Урок 189. 00:03:51App Building Plan
-
Урок 190. 00:04:15Users Reducer
-
Урок 191. 00:02:16Static Users Action Creator
-
Урок 192. 00:07:33Rendering a List of Users
-
Урок 193. 00:04:21CSS Cleanup
-
Урок 194. 00:07:16Pains Without Middleware
-
Урок 195. 00:04:44Middleware Stack
-
Урок 196. 00:07:56Middleware Internals
-
Урок 197. 00:05:17Handling Unrelated Actions
-
Урок 198. 00:08:06Handling Promises
-
Урок 199. 00:06:50Middleware Review
-
Урок 200. 00:02:29Client Setup
-
Урок 201. 00:05:49App Architecture
-
Урок 202. 00:07:31Component and State Design
-
Урок 203. 00:04:18Header Component
-
Урок 204. 00:11:04Scaffolding the Signin Form
-
Урок 205. 00:05:59Adding Signin Form
-
Урок 206. 00:08:25Action Creator with Many Responsibilities
-
Урок 207. 00:07:11Introducing Redux Thunk
-
Урок 208. 00:10:39Signin Action Creator
-
Урок 209. 00:09:14CORS In a Nutshell
-
Урок 210. 00:06:17Serverside Solution for CORS
-
Урок 211. 00:07:12Programmatic Navigation
-
Урок 212. 00:06:30Updating Auth State
-
Урок 213. 00:05:40Breather and Review
-
Урок 214. 00:06:40LocalStorage and JWT
-
Урок 215. 00:04:37Auth Error Messaging
-
Урок 216. 00:04:41Displaying Errors
-
Урок 217. 00:10:30Header Logic
-
Урок 218. 00:05:33Signout Component
-
Урок 219. 00:04:46Signout Action Creator
-
Урок 220. 00:04:13Signup Component
-
Урок 221. 00:08:03Signup Form Scaffolding
-
Урок 222. 00:04:31Redux Form Validation
-
Урок 223. 00:09:29Implementing Validation Logic
-
Урок 224. 00:05:41More On Validation
-
Урок 225. 00:07:12Signup Action Creator
-
Урок 226. 00:08:56Finish Up Signup
-
Урок 227. 00:10:22Securing Individual Routes
-
Урок 228. 00:02:35Root IndexRoute
-
Урок 229. 00:07:12Automatically Authenticating Users
-
Урок 230. 00:08:02Making Authenticated API Requests
-
Урок 231. 00:05:14Handling Data from Authenticated Requests
-
Урок 232. 00:03:30Authentication Wrapup
- Категории
- Источники
- Все курсы
- Разделы
- Книги