-
Урок 1. 00:02:11Section Introduction
-
Урок 2. 00:11:57Project initialization
-
Урок 3. 00:21:22Framework deep dive
-
Урок 4. 00:09:39Functional Component
-
Урок 5. 00:04:57Class vs Functional Component
-
Урок 6. 00:10:01What is State ?
-
Урок 7. 00:09:09State in Functional component
-
Урок 8. 00:09:10Counter functional component
-
Урок 9. 00:07:40Counter class component
-
Урок 10. 00:17:32Props in class component
-
Урок 11. 00:05:11Props in functional component
-
Урок 12. 00:14:03Previous data in functional component
-
Урок 13. 00:04:09Jsconfig
-
Урок 14. 00:17:57Init layout + styles
-
Урок 15. 00:13:11Iterate services
-
Урок 16. 00:13:35Service item component
-
Урок 17. 00:11:05Routing
-
Урок 18. 00:09:07Create Link + Navbar section
-
Урок 19. 00:02:53Section Introduction
-
Урок 20. 00:14:23What is Redux
-
Урок 21. 00:07:46Connect function
-
Урок 22. 00:13:26Dispatch action + simple reducer
-
Урок 23. 00:06:08Services reducer
-
Урок 24. 00:11:42Add logger to dispatch
-
Урок 25. 00:19:33Init Firebase
-
Урок 26. 00:17:43Redux Promises
-
Урок 27. 00:13:16Middleware improvements
-
Урок 28. 00:10:43Add service detail page
-
Урок 29. 00:21:15Service reducer
-
Урок 30. 00:08:01Add API
-
Урок 31. 00:07:25Reducer improvements
-
Урок 32. 00:10:30Spinner component
-
Урок 33. 00:10:26Is fetching state
-
Урок 34. 00:14:30Redux thunk
-
Урок 35. 00:07:09Caching improvements
-
Урок 36. 00:06:52Enhancers
-
Урок 37. 00:02:14Section Introduction
-
Урок 38. 00:02:28Login & Register page
-
Урок 39. 00:11:21Add useForm package
-
Урок 40. 00:14:10Validators
-
Урок 41. 00:10:02Custom validators
-
Урок 42. 00:11:00Custom validators part 2
-
Урок 43. 00:17:50Register User
-
Урок 44. 00:11:34Create user profile
-
Урок 45. 00:15:13Handle register response
-
Урок 46. 00:13:13Handle Login
-
Урок 47. 00:11:39Structural changes of App
-
Урок 48. 00:18:37Watch auth state changes
-
Урок 49. 00:18:34Display UI auth changes
-
Урок 50. 00:08:17Handle Logout
-
Урок 51. 00:10:44Fresh JS Loading
-
Урок 52. 00:08:32Fresh JS Loading part 2
-
Урок 53. 00:05:05Reset auth state
-
Урок 54. 00:12:48High order component
-
Урок 55. 00:13:58Custom HOC
-
Урок 56. 00:04:33Small Improvements Dispatch
-
Урок 57. 00:03:06Section Introduction
-
Урок 58. 00:05:13Service Create Page
-
Урок 59. 00:13:49Handle form submit
-
Урок 60. 00:15:44Create Service
-
Урок 61. 00:12:36User services page
-
Урок 62. 00:10:02User Services reducer
-
Урок 63. 00:05:52User services reducer rework
-
Урок 64. 00:08:57Modal component
-
Урок 65. 00:17:20Add modal content
-
Урок 66. 00:15:23Create user ref
-
Урок 67. 00:06:47Structural changes of API
-
Урок 68. 00:06:21Section Introduction
-
Урок 69. 00:20:17Create offer
-
Урок 70. 00:14:41Send & Received Offers
-
Урок 71. 00:15:32Fetch Offers
-
Урок 72. 00:17:07Display Offers + Extract Data
-
Урок 73. 00:15:37Display offer in Service Item
-
Урок 74. 00:09:13Accept and Decline Offer Button
-
Урок 75. 00:17:54Accept & Decline Offer
-
Урок 76. 00:17:16Create collaboration and messages
-
Урок 77. 00:12:22Create Collaboration API
-
Урок 78. 00:17:31Mark offer as in collaboration
-
Урок 79. 00:13:56Subscribe to messages
-
Урок 80. 00:16:26Create message component
-
Урок 81. 00:10:19Display actual messages
-
Урок 82. 00:18:29Mark message as read one
-
Урок 83. 00:05:05Section Introduction
-
Урок 84. 00:09:08Auth reducer refactor
-
Урок 85. 00:12:31Collaboration List page
-
Урок 86. 00:12:11Collaboration Detail
-
Урок 87. 00:20:02Firebase functions
-
Урок 88. 00:24:21Check user connection
-
Урок 89. 00:15:09Check online status on firestore
-
Урок 90. 00:07:30Set offline on logout
-
Урок 91. 00:24:34Subscribe to collaborations
-
Урок 92. 00:16:29Display joined people
-
Урок 93. 00:14:33Watch profile changes
-
Урок 94. 00:11:56Display correct status
-
Урок 95. 00:08:40UI color changes of status
-
Урок 96. 00:14:04On send message function
-
Урок 97. 00:19:15Subscribe to messages
-
Урок 98. 00:15:33Display messages
-
Урок 99. 00:12:07Clean messages + Start collab button
-
Урок 100. 00:13:27Count expiration time
-
Урок 101. 00:12:16Timer Component
-
Урок 102. 00:05:36Timer fix
-
Урок 103. 00:14:22Handle Collaboration status
-
Урок 104. 00:22:08Small fixes
-
Урок 105. 00:20:25Improvements on detail page
-
Урок 106. 00:02:57Section Introduction
-
Урок 107. 00:12:37Rules introduction
-
Урок 108. 00:13:15Service Rules
-
Урок 109. 00:20:04More rules!
-
Урок 110. 00:25:46Fixing logout, messages and register
-
Урок 111. 00:19:54Collaboration messages fix
-
Урок 112. 00:12:34Collaboration Rules
-
Урок 113. 00:08:57Application Testing
-
Урок 114. 00:02:43Section Introduction
-
Урок 115. 00:17:27Git installation + Service fix
-
Урок 116. 00:07:44Deployment
-
Урок 117. 00:11:14Final testing part 1
-
Урок 118. 00:14:37Final testing part 2
-
Урок 119. 00:01:09Course Outro
- Категории
- Источники
- Все курсы
- Разделы
- Книги