1. Урок 1. 00:03:52
    How to get the source code for each project.
  2. Урок 2. 00:07:24
    Creating first react element
  3. Урок 3. 00:03:49
    Introduction to JSX
  4. Урок 4. 00:05:38
    Creating react components
  5. Урок 5. 00:05:50
    Styling JSX
  6. Урок 6. 00:08:11
    Customising components with props
  7. Урок 7. 00:04:34
    Mounting components in components
  8. Урок 8. 00:03:34
    Introducing react class components
  9. Урок 9. 00:04:44
    The basics of event handling
  10. Урок 10. 00:03:04
    Introduction to component state
  11. Урок 11. 00:04:27
    Changing component state
  12. Урок 12. 00:03:03
    Understanding state and rendering in react js
  13. Урок 13. 00:05:40
    Introducing conditional rendering in react applications
  14. Урок 14. 00:05:59
    Installing webpack
  15. Урок 15. 00:06:30
    Installing babel compiler
  16. Урок 16. 00:04:30
    Setup development server
  17. Урок 17. 00:02:14
    Install react and react dom
  18. Урок 18. 00:02:32
    Install CREATE REACT APP
  19. Урок 19. 00:02:48
    Understanding how the default app works
  20. Урок 20. 00:03:21
    Setting up our todos list
  21. Урок 21. 00:05:02
    Displaying list items in react
  22. Урок 22. 00:02:54
    Array keys in reactjs
  23. Урок 23. 00:06:54
    Two way binding in react js
  24. Урок 24. 00:07:33
    Creating todos
  25. Урок 25. 00:04:23
    Deleting todos
  26. Урок 26. 00:04:48
    Updating todos
  27. Урок 27. 00:04:21
    Updating todos II
  28. Урок 28. 00:04:51
    Updating todos III
  29. Урок 29. 00:03:53
    Fix add todo bug
  30. Урок 30. 00:05:01
    Refactoring to List-item component
  31. Урок 31. 00:07:21
    Adding alert notifications
  32. Урок 32. 00:02:16
    Disabling button conditionally
  33. Урок 33. 00:02:49
    Creating mock api online
  34. Урок 34. 00:01:16
    Installing axios
  35. Урок 35. 00:05:31
    Introducing life cycle hooks
  36. Урок 36. 00:03:23
    Creating todos on api
  37. Урок 37. 00:02:40
    Deleting todos
  38. Урок 38. 00:02:51
    Updating todos
  39. Урок 39. 00:05:38
    Add loading state to app
  40. Урок 40. 00:05:56
    Deploy application to netlify
  41. Урок 41. 00:01:53
    Initial install
  42. Урок 42. 00:05:48
    Setting up react router
  43. Урок 43. 00:05:48
    Navigating pages with react router Link component
  44. Урок 44. 00:06:40
    Structuring our blog template
  45. Урок 45. 00:06:37
    Migrating static html to react app
  46. Урок 46. 00:02:59
    The footer component
  47. Урок 47. 00:07:09
    The article component
  48. Урок 48. 00:05:42
    The create article component
  49. Урок 49. 00:07:27
    Refactoring banner component
  50. Урок 50. 00:03:57
    The login component
  51. Урок 51. 00:06:59
    Single article component
  52. Урок 52. 00:03:33
    Clean up
  53. Урок 53. 00:07:45
    Reusable UI components
  54. Урок 54. 00:04:09
    When props are not the best choice (change this title)
  55. Урок 55. 00:07:39
    Component prop types
  56. Урок 56. 00:05:33
    Stateful and stateless components
  57. Урок 57. 00:05:40
    Child to parent component communication
  58. Урок 58. 00:13:08
    Higher order components
  59. Урок 59. 00:06:21
    Hide navbar and footer on auth pages
  60. Урок 60. 00:07:43
    User registration
  61. Урок 61. 00:06:48
    Basic user validation
  62. Урок 62. 00:02:40
    User password confirmation
  63. Урок 63. 00:05:06
    Displaying validation errors
  64. Урок 64. 00:03:15
    Customising error messages
  65. Урок 65. 00:08:46
    Making api requests to server
  66. Урок 66. 00:02:05
    User login sessions
  67. Урок 67. 00:08:50
    Single state source in react applications
  68. Урок 68. 00:05:41
    Updating authenticated user state after sign up
  69. Урок 69. 00:03:53
    Refactoring sign up component
  70. Урок 70. 00:08:07
    Refactoring sign up component II
  71. Урок 71. 00:03:08
    Refactoring sign up component III
  72. Урок 72. 00:03:42
    Refactoring sign up component IV
  73. Урок 73. 00:09:25
    Introducing Eslint
  74. Урок 74. 00:11:37
    Installing babel-eslint-parser
  75. Урок 75. 00:05:39
    The login component
  76. Урок 76. 00:07:45
    Logging in users
  77. Урок 77. 00:05:34
    Login cleanup
  78. Урок 78. 00:05:38
    The create article component
  79. Урок 79. 00:11:25
    Displaying categories list
  80. Урок 80. 00:09:47
    Uploading image to cloudinary
  81. Урок 81. 00:07:41
    Creating article to api
  82. Урок 82. 00:09:11
    Displaying create article validation errors
  83. Урок 83. 00:11:20
    Displaying a list of articles
  84. Урок 84. 00:11:09
    Paginating article results
  85. Урок 85. 00:10:14
    Displaying single article
  86. Урок 86. 00:07:32
    Optimising for better performance
  87. Урок 87. 00:08:43
    Securing authenticated endpoints
  88. Урок 88. 00:06:16
    Redirect if authenticated
  89. Урок 89. 00:09:44
    Display auth user articles
  90. Урок 90. 00:08:29
    Deleting articles
  91. Урок 91. 00:04:45
    Editing articles
  92. Урок 92. 00:10:33
    Editing articles 2
  93. Урок 93. 00:13:31
    Editing articles 3
  94. Урок 94. 00:02:47
    Fix update article bug
  95. Урок 95. 00:02:03
    User logout functionality
  96. Урок 96. 00:07:24
    Adding toast notifications
  97. Урок 97. 00:06:13
    Cleaning up proptype errors
  98. Урок 98. 00:09:46
    Installing a wysiwyg editor
  99. Урок 99. 00:02:00
    Rendering HTML in react
  100. Урок 100. 00:09:44
    Deploying to heroku
  101. Урок 101. 00:01:56
    Pending features
  102. Урок 102. 00:07:34
    Introducing redux
  103. Урок 103. 00:06:43
    Creating first redux store
  104. Урок 104. 00:08:13
    Dispatching actions
  105. Урок 105. 00:11:47
    Subscribing to redux state
  106. Урок 106. 00:10:22
    Simple todo app with redux
  107. Урок 107. 00:04:26
    Introducing action creators
  108. Урок 108. 00:03:44
    Redux middleware
  109. Урок 109. 00:04:19
    Setup application
  110. Урок 110. 00:04:36
    Installing redux and creating first store
  111. Урок 111. 00:06:29
    Redux dev tools
  112. Урок 112. 00:05:49
    Introduction to the connect api
  113. Урок 113. 00:08:06
    Dispatching actions from components
  114. Урок 114. 00:09:15
    Introducing asynchronous action creators
  115. Урок 115. 00:03:41
    Displaying channels
  116. Урок 116. 00:08:45
    Saving threads to redux store
  117. Урок 117. 00:06:38
    Handling GET_THREADS action in reducer
  118. Урок 118. 00:06:41
    Introducing combined reducers
  119. Урок 119. 00:05:40
    Displaying threads on home screen
  120. Урок 120. 00:13:13
    Paginating threads
  121. Урок 121. 00:08:40
    Handling component loading state with redux
  122. Урок 122. 00:07:41
    Implementing loading state for channels
  123. Урок 123. 00:06:32
    Refactoring to thread component
  124. Урок 124. 00:13:21
    Display single thread
  125. Урок 125. 00:14:34
    Rendering single thread
  126. Урок 126. 00:04:45
    The thread replies
  127. Урок 127. 00:12:29
    Displaying replies
  128. Урок 128. 00:08:25
    Introduction to redux form
  129. Урок 129. 00:10:47
    Handle login functionality