-
Урок 1. 00:00:53How to Get Help
-
Урок 2. 00:03:20Course Overview
-
Урок 3. 00:07:03App Setup
-
Урок 4. 00:04:10Making Changes
-
Урок 5. 00:08:51Overview of React Components
-
Урок 6. 00:04:09Showing a Custom Component
-
Урок 7. 00:07:09Common Questions and Answers
-
Урок 8. 00:05:51Rules of JSX
-
Урок 9. 00:01:46One Common Error
-
Урок 10. 00:01:47JSX Exercise Overview
-
Урок 11. 00:02:41JSX Solution
-
Урок 12. 00:02:25Building Lists
-
Урок 13. 00:02:25The FlatList Element
-
Урок 14. 00:05:13Rendering a FlatList
-
Урок 15. 00:04:12Why a Key Property?
-
Урок 16. 00:05:19Solving the Key Issue
-
Урок 17. 00:04:58A Few Props Around FlatList
-
Урок 18. 00:00:54Exercise Overview
-
Урок 19. 00:02:15Exercise Solution
-
Урок 20. 00:03:45Button Types
-
Урок 21. 00:05:21Buttons in Action
-
Урок 22. 00:04:19Touchable Opacity in Action
-
Урок 23. 00:06:47Navigating with React Navigation
-
Урок 24. 00:04:04Destructuring Props
-
Урок 25. 00:03:36Component Reuse with Props
-
Урок 26. 00:01:50Exercise Solution
-
Урок 27. 00:05:08Parent-Child Relationships
-
Урок 28. 00:05:45Communicating from Parent to Child
-
Урок 29. 00:04:08Showing Images
-
Урок 30. 00:04:15Passing Images as Props
-
Урок 31. 00:00:48Exercise Outline
-
Урок 32. 00:02:28Exercise Solution
-
Урок 33. 00:05:36State in Components
-
Урок 34. 00:03:15Screen Boilerplate
-
Урок 35. 00:09:46State in Action
-
Урок 36. 00:07:01Notes on State
-
Урок 37. 00:05:07App Overview
-
Урок 38. 00:04:28Generating Random Colors
-
Урок 39. 00:04:49Adding Random Colors
-
Урок 40. 00:03:34Showing Colors with a FlatList
-
Урок 41. 00:04:44App Overview
-
Урок 42. 00:06:15Reusable Color Adjusters
-
Урок 43. 00:05:32Coordinating State
-
Урок 44. 00:06:22Passing Callbacks to Children
-
Урок 45. 00:07:17Tying State Values Together
-
Урок 46. 00:07:57Validating State Changes
-
Урок 47. 00:07:35Reusable State Updates
-
Урок 48. 00:08:40Introduction to Reducers
-
Урок 49. 00:15:01Creating a Reducer
-
Урок 50. 00:08:56Applying State with a Reducer
-
Урок 51. 00:07:01Restoring Validation
-
Урок 52. 00:06:51Community Convention in Reducers
-
Урок 53. 00:01:17Exercise Outline
-
Урок 54. 00:10:57Exercise Solution
-
Урок 55. 00:03:23Handling Text Input
-
Урок 56. 00:03:29Showing a Text Input
-
Урок 57. 00:04:17Two Important Props
-
Урок 58. 00:06:12Weird Things with Text and State
-
Урок 59. 00:04:53Updating State
-
Урок 60. 00:02:29Exercise Outline
-
Урок 61. 00:02:35Exercise Solution
-
Урок 62. 00:03:50Layout with React Native
-
Урок 63. 00:05:56Basics of Box Object Model
-
Урок 64. 00:04:35AlignItems with Flex
-
Урок 65. 00:03:49Flex Direction
-
Урок 66. 00:02:57Justify Content
-
Урок 67. 00:05:09Flex Values
-
Урок 68. 00:02:25Align Self on Children
-
Урок 69. 00:02:34The Position Property
-
Урок 70. 00:03:02Top, Bottom, Left, Right
-
Урок 71. 00:02:47Absolute Fill Objects
-
Урок 72. 00:01:53Applying Layout Systems
-
Урок 73. 00:01:14Exercise Overview
-
Урок 74. 00:06:19Exercise Solution
-
Урок 75. 00:01:37App Overview
-
Урок 76. 00:02:41Project Generation
-
Урок 77. 00:04:41Yelp Signup
-
Урок 78. 00:04:17Yelp Walkthrough
-
Урок 79. 00:03:07React Navigation
-
Урок 80. 00:06:59Assembling a Navigator
-
Урок 81. 00:02:48Architecture Approach
-
Урок 82. 00:04:12Starting the SearchBar
-
Урок 83. 00:05:49Displaying Icons
-
Урок 84. 00:04:09Search Bar Styling
-
Урок 85. 00:03:53A Touch More Styling
-
Урок 86. 00:06:43Managing State
-
Урок 87. 00:04:05Detecting Editing Completion
-
Урок 88. 00:07:00Configuring Axios
-
Урок 89. 00:10:38Making the Request
-
Урок 90. 00:07:31Error Handling
-
Урок 91. 00:06:19Running an Initial Search
-
Урок 92. 00:04:15The UseEffect Hook
-
Урок 93. 00:07:35Extracting Hook Logic
-
Урок 94. 00:05:58Showing Search Results
-
Урок 95. 00:07:11Grouping Results
-
Урок 96. 00:03:59FlatList Rendering
-
Урок 97. 00:04:28Showing a Single Result
-
Урок 98. 00:05:43Showing Additional Info
-
Урок 99. 00:07:01A Few More Styling Issues
-
Урок 100. 00:02:39Hiding Scroll Bars
-
Урок 101. 00:02:58Constraining View Elements
-
Урок 102. 00:02:40Empty Elements
-
Урок 103. 00:01:41Spacing on the Search Bar
-
Урок 104. 00:04:49Reminder on Navigation
-
Урок 105. 00:03:19Navigating from a Child Component
-
Урок 106. 00:03:25The WithNavigation Helper
-
Урок 107. 00:03:45Communicating Between Screens
-
Урок 108. 00:05:55Fetching a Single Restaurant
-
Урок 109. 00:04:13Showing a List of Images
-
Урок 110. 00:02:22One Last Fix
-
Урок 111. 00:03:10App Overview
-
Урок 112. 00:05:46Issues with Data
-
Урок 113. 00:05:20Initial Setup
-
Урок 114. 00:02:42Wrapping the Navigator
-
Урок 115. 00:02:20Introduction to Context
-
Урок 116. 00:06:00Adding Context
-
Урок 117. 00:06:05Moving Data with Context
-
Урок 118. 00:03:56Rendering a List of Posts
-
Урок 119. 00:07:55Adding State in Context
-
Урок 120. 00:04:06It Works!
-
Урок 121. 00:02:12Opportunity for Improvement
-
Урок 122. 00:09:33Updating with UseReducer
-
Урок 123. 00:12:13Automating Context Creation
-
Урок 124. 00:09:13More Automatic Context Creation
-
Урок 125. 00:07:18A Bit of Styling
-
Урок 126. 00:03:47Deleting Posts
-
Урок 127. 00:05:53Updating the Reducer
-
Урок 128. 00:05:01Navigation on Tap
-
Урок 129. 00:05:01Retrieving Single Posts
-
Урок 130. 00:02:16Adding a Creation Screen
-
Урок 131. 00:04:59Header Navigation
-
Урок 132. 00:06:52Displaying a Form
-
Урок 133. 00:04:42Saving a New Post
-
Урок 134. 00:06:20Navigation on Save
-
Урок 135. 00:04:50The Edit Icon Link
-
Урок 136. 00:06:16Communicating Info to Edit
-
Урок 137. 00:05:39Initializing State from Context
-
Урок 138. 00:09:06Extracting Form Logic
-
Урок 139. 00:04:25Customizing OnSubmit
-
Урок 140. 00:05:00Initial Form Values
-
Урок 141. 00:02:29Default Props
-
Урок 142. 00:05:00Editing Action Function
-
Урок 143. 00:03:39Editing in a Reducer
-
Урок 144. 00:04:16Navigating Backwards
-
Урок 145. 00:02:10Outside Data API
-
Урок 146. 00:03:13Issues with Servers + React Native
-
Урок 147. 00:06:44JSON Server and Ngrok Setup
-
Урок 148. 00:03:49JSON Server REST Conventions
-
Урок 149. 00:10:17Making a Request
-
Урок 150. 00:05:56Remote Fetch of Posts
-
Урок 151. 00:03:54Creating Posts with Post Requests
-
Урок 152. 00:06:00Refetching on Navigate
-
Урок 153. 00:02:34Deleting a Post
-
Урок 154. 00:01:39Editing Posts
-
Урок 155. 00:03:22App Wrapup
-
Урок 156. 00:04:31App Overview
-
Урок 157. 00:02:07Dependencies Setup
-
Урок 158. 00:03:45The Basics of Express
-
Урок 159. 00:03:38MongoDB Setup
-
Урок 160. 00:06:37Connecting to MongoDB
-
Урок 161. 00:01:19Nodemon for Automatic Restarts
-
Урок 162. 00:05:32Understanding the Signup Process
-
Урок 163. 00:02:47Using Postman
-
Урок 164. 00:05:26Handling JSON Data
-
Урок 165. 00:07:10Defining a User Schema
-
Урок 166. 00:04:38Creating and Saving a User
-
Урок 167. 00:05:44Error Handling
-
Урок 168. 00:07:13JSON Web Tokens
-
Урок 169. 00:02:49Creating a JWT
-
Урок 170. 00:13:01Wiring Up JSON Web Tokens
-
Урок 171. 00:08:19Understanding Password Hashing
-
Урок 172. 00:08:36Salting and Hashing
-
Урок 173. 00:06:43The Signin Route
-
Урок 174. 00:03:24Testing Signup and Signin
-
Урок 175. 00:07:00Defining Tracks
-
Урок 176. 00:07:48Listing Tracks
-
Урок 177. 00:10:01Creating Tracks
-
Урок 178. 00:08:26Server Setup
-
Урок 179. 00:11:15Navigation Design
-
Урок 180. 00:07:25A LOT of Boilerplate
-
Урок 181. 00:07:45Navigator Hookup
-
Урок 182. 00:06:29Testing the Navigation Flow
-
Урок 183. 00:05:20React Native Elements
-
Урок 184. 00:09:00Helper Styling Components
-
Урок 185. 00:06:40Styling Odds and Ends
-
Урок 186. 00:04:40Input Props
-
Урок 187. 00:10:44The Auth Context
-
Урок 188. 00:07:37What's the Context Doing?
-
Урок 189. 00:05:32Axios Setup
-
Урок 190. 00:09:45Making an API Request
-
Урок 191. 00:07:44Handling Errored Requests
-
Урок 192. 00:04:23Async Storage
-
Урок 193. 00:06:32Storing the Token
-
Урок 194. 00:13:11Navigation From Outside of React
-
Урок 195. 00:00:51Oops, Typo
-
Урок 196. 00:03:38Navigation to Signin
-
Урок 197. 00:09:46Extracting Form Logic
-
Урок 198. 00:04:32Last Bit of Extracting
-
Урок 199. 00:06:57Creating a NavLink
-
Урок 200. 00:05:10Real Component Reuse!
-
Урок 201. 00:08:03Wiring Up Signin
-
Урок 202. 00:11:05Clearing Error Messages
-
Урок 203. 00:05:37Automatic Signin
-
Урок 204. 00:07:23Empty Screens While Resolving Auth
-
Урок 205. 00:07:02Signing Out a User
-
Урок 206. 00:02:11Safe Area Views
-
Урок 207. 00:05:04Working on Track Create
-
Урок 208. 00:04:59Showing a Map
-
Урок 209. 00:04:38Drawing a Series of Points
-
Урок 210. 00:04:14Notes on Location
-
Урок 211. 00:06:40Requesting Location Permissions
-
Урок 212. 00:04:23Resetting Permissions
-
Урок 213. 00:03:46How to Test Location?
-
Урок 214. 00:06:09Faking the Users Location
-
Урок 215. 00:04:06Reading a Location
-
Урок 216. 00:03:20Bugginess with Location
-
Урок 217. 00:03:53Location Architecture
-
Урок 218. 00:04:21Location Context
-
Урок 219. 00:13:48Live Location Updates
-
Урок 220. 00:04:10Drawing a Position Indicator
-
Урок 221. 00:08:28Extracting Logic to a Hook
-
Урок 222. 00:04:19Disabling Location Tracking
-
Урок 223. 00:08:30Automatic Disables
-
Урок 224. 00:03:50Building a Track Form
-
Урок 225. 00:08:42Updates to Location Context
-
Урок 226. 00:05:50Track Form Wire Up
-
Урок 227. 00:08:31Buggy UseEffects
-
Урок 228. 00:12:43Understanding Stale References
-
Урок 229. 00:06:58Kind of Fixed
-
Урок 230. 00:07:07The UseCallback Hook
-
Урок 231. 00:06:05Cleaning Up After Ourselves
-
Урок 232. 00:07:16Avoiding Stale References
-
Урок 233. 00:02:19Tracking While Recording
-
Урок 234. 00:03:39Bring Back the Polyline
-
Урок 235. 00:07:55What Manages Tracks
-
Урок 236. 00:07:43Coordination Between Contexts
-
Урок 237. 00:10:27Automatic Authentication
-
Урок 238. 00:07:25Form Reset and Navigation
-
Урок 239. 00:02:07Fetching Created Tracks
-
Урок 240. 00:07:26Listing All Tracks
-
Урок 241. 00:05:10Navigating to a Saved Track
-
Урок 242. 00:05:22Showing Track Details
-
Урок 243. 00:08:48Fixing Odds and Ends
-
Урок 244. 00:06:03OSX Installation
-
Урок 245. 00:05:26More on OSX Installation
-
Урок 246. 00:02:13Running in the Simulator
-
Урок 247. 00:06:32Windows Setup of React Native
-
Урок 248. 00:05:13Android Studio and React Native CLI Installation
-
Урок 249. 00:14:57Emulator Creation and System Variables
-
Урок 250. 00:03:38ESLint Setup with VSCode
-
Урок 251. 00:02:17Project Directory Walkthrough
-
Урок 252. 00:03:18Getting Content on the Screen
-
Урок 253. 00:03:12React vs React Native
-
Урок 254. 00:06:16Creating a Component with JSX
-
Урок 255. 00:03:46Registering a Component
-
Урок 256. 00:05:26Destructuring Imports
-
Урок 257. 00:04:48Application Outline
-
Урок 258. 00:08:30The Header Component
-
Урок 259. 00:06:51Consuming File Exports
-
Урок 260. 00:04:34Styling with React Native
-
Урок 261. 00:04:52More on Styling Components
-
Урок 262. 00:05:25Introduction to Flexbox
-
Урок 263. 00:04:24Header Styling
-
Урок 264. 00:07:19Making the Header Reusable
-
Урок 265. 00:04:52Sourcing Album Data
-
Урок 266. 00:06:08List Component Boilerplate
-
Урок 267. 00:07:26Class Based Components
-
Урок 268. 00:06:41Lifecycle Methods
-
Урок 269. 00:08:12Network Requests
-
Урок 270. 00:08:58Component Level State
-
Урок 271. 00:06:54More on Component Level State
-
Урок 272. 00:05:56Rendering a List of Components
-
Урок 273. 00:09:31Displaying Individual Albums
-
Урок 274. 00:05:26Fantastic Reusable Components - The Card
-
Урок 275. 00:06:06Styling a Card
-
Урок 276. 00:04:13Passing Components as Props
-
Урок 277. 00:08:24Dividing Cards into Sections
-
Урок 278. 00:05:13Mastering Layout with Flexbox
-
Урок 279. 00:05:21Positioning of Elements on Mobile
-
Урок 280. 00:04:28More on Styling
-
Урок 281. 00:07:36Images with React Native
-
Урок 282. 00:08:41Displaying Album Artwork
-
Урок 283. 00:04:31Making Content Scrollable
-
Урок 284. 00:07:52Handling User Input with Buttons
-
Урок 285. 00:05:29Styling of Buttons with UX Considerations
-
Урок 286. 00:07:19Responding to User Input
-
Урок 287. 00:04:21Linking Between Mobile Apps
-
Урок 288. 00:02:30Setting Button Text by Props
-
Урок 289. 00:03:08App Wrapup
-
Урок 290. 00:04:46Auth App Introduction
-
Урок 291. 00:04:28A Common Root Component
-
Урок 292. 00:11:22Copying Reusable Components
-
Урок 293. 00:05:18What is Firebase?
-
Урок 294. 00:04:48Firebase Client Setup
-
Урок 295. 00:06:11Login Form Scaffolding
-
Урок 296. 00:03:21Handling User Inputs
-
Урок 297. 00:03:19More on Handling User Inputs
-
Урок 298. 00:04:31How to Create Controlled Components
-
Урок 299. 00:04:15Making Text Inputs From Scratch
-
Урок 300. 00:05:02A Focus on Passing Props
-
Урок 301. 00:06:01Making the Input Pretty
-
Урок 302. 00:07:16Wrapping up Inputs
-
Урок 303. 00:08:36Password Inputs
-
Урок 304. 00:05:36Logging a User In
-
Урок 305. 00:07:19Error Handling
-
Урок 306. 00:07:31More on Authentication Flow
-
Урок 307. 00:05:00Creating an Activity Spinner
-
Урок 308. 00:06:41Conditional Rendering of JSX
-
Урок 309. 00:08:29Clearing the Form Spinner
-
Урок 310. 00:06:10Handling Authentication Events
-
Урок 311. 00:07:20More on Conditional Rendering
-
Урок 312. 00:05:31Logging a User Out and Wrapup
-
Урок 313. 00:03:56App Mockup and Approach
-
Урок 314. 00:08:31The Basics of Redux
-
Урок 315. 00:07:38More on Redux
-
Урок 316. 00:11:41Redux is Hard!
-
Урок 317. 00:02:36Application Boilerplate
-
Урок 318. 00:08:15More on Redux Boilerplate
-
Урок 319. 00:05:32Rendering the Header
-
Урок 320. 00:06:46Reducer and State Design
-
Урок 321. 00:07:32Library List of Data
-
Урок 322. 00:10:07The Connect Function
-
Урок 323. 00:07:32MapStateToProps with Connect
-
Урок 324. 00:05:35A Quick Review and Breather
-
Урок 325. 00:07:12The Theory of ListView
-
Урок 326. 00:03:37ListView in Practice
-
Урок 327. 00:02:00Rendering a Single Row
-
Урок 328. 00:06:32Styling the List
-
Урок 329. 00:04:43Creating the Selection Reducer
-
Урок 330. 00:05:48Introducing Action Creators
-
Урок 331. 00:08:57Calling Action Creators
-
Урок 332. 00:06:57Adding a Touchable
-
Урок 333. 00:05:17Rules of Reducers
-
Урок 334. 00:05:13Expanding a Row
-
Урок 335. 00:06:24Moving Logic Out of Components
-
Урок 336. 00:07:03Animations
-
Урок 337. 00:05:07Wrapup
-
Урок 338. 00:04:41Overview of Our Next App
-
Урок 339. 00:05:09App Challenges
-
Урок 340. 00:06:23Just a Touch More Setup
-
Урок 341. 00:07:03More on Boilerplate Setup
-
Урок 342. 00:07:01Login Form in a Redux World
-
Урок 343. 00:06:20Rebuilding the Login Form
-
Урок 344. 00:08:43Handling Form Updates with Action Creators
-
Урок 345. 00:08:02Wiring up Action Creators
-
Урок 346. 00:08:48Typed Actions
-
Урок 347. 00:08:40Immutable State
-
Урок 348. 00:07:09Creating Immutable State
-
Урок 349. 00:07:46More on Creating Immutable State
-
Урок 350. 00:08:02Synchronous vs Asynchronous Action Creators
-
Урок 351. 00:06:30Introduction to Redux Thunk
-
Урок 352. 00:05:39Redux Thunk in Practice
-
Урок 353. 00:07:50Redux Thunk in Practice Continued
-
Урок 354. 00:03:28Making LoginUser More Robust
-
Урок 355. 00:07:24Creating User Accounts
-
Урок 356. 00:06:46Showing Error Messages
-
Урок 357. 00:06:46A Firebase Gotcha
-
Урок 358. 00:11:58Showing a Spinner on Loading
-
Урок 359. 00:08:20Dealing with Navigation
-
Урок 360. 00:04:54Navigation in the Router
-
Урок 361. 00:04:42Addressing Styling Issues
-
Урок 362. 00:05:42Displaying Multiple Scenes
-
Урок 363. 00:03:41Navigating Between Routes
-
Урок 364. 00:07:20Grouping Scenes with Buckets
-
Урок 365. 00:03:18Navigation Bar Buttons
-
Урок 366. 00:06:02Navigating to the Employee Creation Form
-
Урок 367. 00:05:15Building the Employee Creation Form
-
Урок 368. 00:07:01Employee Form Actions
-
Урок 369. 00:06:15Handling Form Updates at the Reducer Level
-
Урок 370. 00:08:49Dynamic Property Updates
-
Урок 371. 00:07:43The Picker Component
-
Урок 372. 00:07:01Pickers and Style Overrides
-
Урок 373. 00:06:37Firebase JSON Schema
-
Урок 374. 00:05:55Data Security in Firebase
-
Урок 375. 00:05:44Creating Records with Firebase
-
Урок 376. 00:05:49Default Form Values
-
Урок 377. 00:07:50Successful Data Save to Firebase
-
Урок 378. 00:09:49Resetting Form Properties
-
Урок 379. 00:08:17Fetching Data from Firebase
-
Урок 380. 00:08:59Storing Data by ID
-
Урок 381. 00:08:02Dynamic DataSource Building
-
Урок 382. 00:07:08Transforming Objects to Arrays
-
Урок 383. 00:06:26List Building in Employee List
-
Урок 384. 00:06:57Reusing the Employee Form
-
Урок 385. 00:06:54Create vs Edit Forms
-
Урок 386. 00:09:07Reusable Forms
-
Урок 387. 00:03:28A Standalone Employee Edit Form
-
Урок 388. 00:09:14Initializing Forms from State
-
Урок 389. 00:07:16Updating Firebase Records
-
Урок 390. 00:05:18Clearing Form Attributes
-
Урок 391. 00:04:43Texting Employees
-
Урок 392. 00:07:15Modals as a Reusable Component
-
Урок 393. 00:08:12The Modal Component Continued
-
Урок 394. 00:09:27Styling the Modal
-
Урок 395. 00:08:31Employee Delete Action Creator
-
Урок 396. 00:04:20Wiring up Employee Delete
- Категории
- Источники
- Все курсы
- Разделы
- Книги
Ed the developer has launched his new course called ( The Creative React and Redux Course
) at https://developedbyed.com/p/the-creative-react-and-redux-course/?product_id=2592704&coupon_code=YTEARLY
Could you upload it?
Thank you in advance.