1. Урок 1. 00:01:54
    Modern JavaScript
  2. Урок 2. 00:04:06
    Creating variables using const
  3. Урок 3. 00:03:48
    Creating variables using let
  4. Урок 4. 00:05:10
    Template strings
  5. Урок 5. 00:03:25
    Default parameters
  6. Урок 6. 00:05:58
    Arrow functions
  7. Урок 7. 00:10:11
    Arrow function and this keyword
  8. Урок 8. 00:08:14
    Destructuring object
  9. Урок 9. 00:02:09
    Destructuring an array
  10. Урок 10. 00:04:57
    Restructuring
  11. Урок 11. 00:07:32
    Spread and rest operator
  12. Урок 12. 00:14:23
    Classes constructor and super
  13. Урок 13. 00:05:24
    Installing react
  14. Урок 14. 00:06:23
    React files and folders introduction
  15. Урок 15. 00:10:59
    Storing data in component state via ajax call
  16. Урок 16. 00:05:48
    Rendering state data using map
  17. Урок 17. 00:04:18
    Conditional rendering
  18. Урок 18. 00:09:36
    Imports exports props
  19. Урок 19. 00:07:40
    Handling click events
  20. Урок 20. 00:04:24
    Destructuring inline styling and keys
  21. Урок 21. 00:06:06
    Installing Laravel and database setup
  22. Урок 22. 00:06:20
    Implement username
  23. Урок 23. 00:07:05
    Route group, controllers and views
  24. Урок 24. 00:07:33
    React js scafffolding
  25. Урок 25. 00:03:40
    Create form in react component
  26. Урок 26. 00:05:29
    Post model, migration and relationships
  27. Урок 27. 00:07:16
    Handling form events in react
  28. Урок 28. 00:05:32
    Make a post request to laravel backend
  29. Урок 29. 00:05:50
    Create post and response json
  30. Урок 30. 00:11:54
    Show the tweets in timeline
  31. Урок 31. 00:02:56
    Merging tweets in the state and render
  32. Урок 32. 00:02:58
    Render tweets
  33. Урок 33. 00:05:47
    User avatar
  34. Урок 34. 00:08:39
    User profile
  35. Урок 35. 00:08:42
    Follow functionality
  36. Урок 36. 00:03:18
    Show follow or unfollow
  37. Урок 37. 00:06:48
    Implement follow functionality
  38. Урок 38. 00:03:19
    Implement unfollow functionality
  39. Урок 39. 00:05:53
    Showing the list of following
  40. Урок 40. 00:04:58
    Showing the list of followers
  41. Урок 41. 00:11:05
    Json response of posts
  42. Урок 42. 00:05:36
    Loading component
  43. Урок 43. 00:07:21
    Making it real time using setInterval
  44. Урок 44. 00:05:16
    Real time setup with pusher and laravel echo
  45. Урок 45. 00:11:34
    Event Broadcasting for real time updates
  46. Урок 46. 00:09:23
    Real time posts to specific user based on following
  47. Урок 47. 00:08:05
    Styling and Adjustments