1. Урок 1. 00:03:27
    Welcome To The Course
  2. Урок 2. 00:04:04
    What Is React?
  3. Урок 3. 00:06:08
    Setting Up Our Environment
  4. Урок 4. 00:03:23
    Project Introduction
  5. Урок 5. 00:10:33
    Create React App & File Structure
  6. Урок 6. 00:06:38
    CRA Cleanup & Prepare
  7. Урок 7. 00:06:23
    Intro To JSX & Fragments
  8. Урок 8. 00:05:56
    Expressions & Conditionals In JSX
  9. Урок 9. 00:10:48
    Components, Props & PropTypes
  10. Урок 10. 00:09:09
    Getting Started With Component State
  11. Урок 11. 00:08:31
    Lists & Passing State With Props
  12. Урок 12. 00:07:19
    Stateless Functional Components
  13. Урок 13. 00:09:06
    HTTP Requests & Updating State
  14. Урок 14. 00:07:20
    Spinner Component & Refactoring
  15. Урок 15. 00:05:13
    Environment Variables
  16. Урок 16. 00:07:59
    Events & Search Component
  17. Урок 17. 00:08:29
    Passing Props Up & Search
  18. Урок 18. 00:07:27
    Clear Users From State
  19. Урок 19. 00:09:46
    Alert State & Component
  20. Урок 20. 00:08:44
    React Router Setup
  21. Урок 21. 00:11:38
    Single User Component & Data
  22. Урок 22. 00:13:11
    User Component UI & Layout
  23. Урок 23. 00:10:54
    Repos & RepoItem Component & Data
  24. Урок 24. 00:07:34
    Overview of Hooks & Context
  25. Урок 25. 00:07:29
    Search Class to Function With useState Hook
  26. Урок 26. 00:08:31
    User Class to Function With useEffect Hook
  27. Урок 27. 00:08:16
    App Class to Function Component
  28. Урок 28. 00:12:40
    Implementing Context
  29. Урок 29. 00:12:29
    Create Reducer & Actions
  30. Урок 30. 00:15:38
    Moving User State To Context
  31. Урок 31. 00:04:25
    Moving Repos State To Context
  32. Урок 32. 00:12:57
    Alert Context Workflow
  33. Урок 33. 00:04:42
    Home & NotFound Components
  34. Урок 34. 00:10:39
    Prepare & Deploy To Netlify
  35. Урок 35. 00:03:36
    Project Introduction
  36. Урок 36. 00:05:18
    MongoDB Atlas Setup
  37. Урок 37. 00:09:21
    Dependencies & Basic Express Server
  38. Урок 38. 00:11:18
    Backend Routes
  39. Урок 39. 00:08:53
    Connect MongoDB To Our App
  40. Урок 40. 00:11:32
    User Model & Validation
  41. Урок 41. 00:08:04
    Hash Passwords & Register Route
  42. Урок 42. 00:06:35
    Create & Respond With JSON Web Token
  43. Урок 43. 00:09:01
    Authenticate Route
  44. Урок 44. 00:10:27
    Auth Middleware & Protecting Routes
  45. Урок 45. 00:06:55
    Contact Model & Get Contacts Route
  46. Урок 46. 00:08:06
    Add Contact Route
  47. Урок 47. 00:12:06
    Contact Update & Delete Routes
  48. Урок 48. 00:04:59
    Setup React & Concurrently
  49. Урок 49. 00:15:33
    Cleanup, Navbar & Router Setup
  50. Урок 50. 00:09:55
    Contacts Context & Global State
  51. Урок 51. 00:14:23
    Contacts & ContactItem Components
  52. Урок 52. 00:17:14
    ContactForm Component
  53. Урок 53. 00:05:52
    Delete Contact From UI
  54. Урок 54. 00:06:51
    Set & Clear Current Contact
  55. Урок 55. 00:12:10
    Edit & Update Contact Action
  56. Урок 56. 00:16:25
    Contact Filter Form & State
  57. Урок 57. 00:07:13
    Basic Add & Delete Animation
  58. Урок 58. 00:08:31
    Auth Context & Initial State
  59. Урок 59. 00:10:42
    Register & Login Forms
  60. Урок 60. 00:17:01
    Alert Context, State & Component
  61. Урок 61. 00:17:21
    User Registration
  62. Урок 62. 00:15:21
    Load User & Set Token
  63. Урок 63. 00:07:39
    User Login
  64. Урок 64. 00:08:11
    Logout & Navbar
  65. Урок 65. 00:05:58
    PrivateRoute Component
  66. Урок 66. 00:10:46
    Add Contact
  67. Урок 67. 00:14:52
    Get & Clear Contacts
  68. Урок 68. 00:04:50
    Delete Contacts
  69. Урок 69. 00:03:17
    Update Contacts
  70. Урок 70. 00:13:25
    Prepare & Deploy To Heroku
  71. Урок 71. 00:05:32
    Project Introduction
  72. Урок 72. 00:08:49
    React & JSON-Server Setup
  73. Урок 73. 00:08:39
    Materialize Setup
  74. Урок 74. 00:11:34
    SearchBar & Logs Component
  75. Урок 75. 00:10:51
    LogItem & Preloader Components
  76. Урок 76. 00:20:35
    AddBtn & AddLogModal Components
  77. Урок 77. 00:17:05
    Edit & Tech Modal Components
  78. Урок 78. 00:11:34
    Redux Store & Provider Setup
  79. Урок 79. 00:13:53
    Logs Reducer, Actions & Types
  80. Урок 80. 00:10:10
    Connecting Redux To a Component
  81. Урок 81. 00:09:31
    Add Logs
  82. Урок 82. 00:07:49
    Delete Logs
  83. Урок 83. 00:14:42
    Update Logs
  84. Урок 84. 00:07:48
    Search Logs
  85. Урок 85. 00:10:35
    Techs Reducer, Action & Component
  86. Урок 86. 00:07:03
    Tech Options Select Component
  87. Урок 87. 00:07:12
    Add Technicians
  88. Урок 88. 00:08:13
    Delete Technicians