1. Урок 1. 00:03:31
    Introduction
  2. Урок 2. 00:08:14
    React Introduction - Creating your First React Component
  3. Урок 3. 00:02:18
    React Properties
  4. Урок 4. 00:02:12
    React Events
  5. Урок 5. 00:03:18
    React Composition
  6. Урок 6. 00:04:13
    React Composition - Going Deeper
  7. Урок 7. 00:05:17
    React State
  8. Урок 8. 00:02:37
    React Application State
  9. Урок 9. 00:01:15
    Setting Up Your Development Environment for Front End Work
  10. Урок 10. 00:02:53
    Creating our Reactjs Project
  11. Урок 11. 00:05:28
    Front End Build Setup
  12. Урок 12. 00:04:16
    Create the Channel Component
  13. Урок 13. 00:01:44
    Create the Channel List Component
  14. Урок 14. 00:01:56
    Create the Channel Form Component
  15. Урок 15. 00:02:12
    Create the Channel Section Component
  16. Урок 16. 00:04:34
    Creating The App Component
  17. Урок 17. 00:04:03
    Styling The App
  18. Урок 18. 00:01:05
    Student Challenge: Build the User & Message Components
  19. Урок 19. 00:03:14
    Review User and Message Components
  20. Урок 20. 00:05:25
    Communicating With The Server (Websockets)
  21. Урок 21. 00:03:20
    Websocket Messages / Internal Client Server API
  22. Урок 22. 00:03:29
    Socket Utility
  23. Урок 23. 00:04:38
    Sending and Receiving Messages in the App Component
  24. Урок 24. 00:02:18
    Installing Go
  25. Урок 25. 00:02:39
    Write your first Go App
  26. Урок 26. 00:02:25
    Write a Go Web Server
  27. Урок 27. 00:06:10
    Websockets In Go
  28. Урок 28. 00:09:14
    Encoding / Decoding JSON in Go
  29. Урок 29. 00:08:00
    Handling Channel Related App Messages in Go
  30. Урок 30. 00:08:23
    Go Channels
  31. Урок 31. 00:03:18
    Organizing Our Go App
  32. Урок 32. 00:04:12
    Creating A Message Router
  33. Урок 33. 00:03:23
    Create Routers Handle Method
  34. Урок 34. 00:02:30
    Complete the ServeHTTP Method
  35. Урок 35. 00:02:55
    Create a Client Struct
  36. Урок 36. 00:03:50
    Finding the Handler for a Message
  37. Урок 37. 00:03:21
    Writing the First Event Handler
  38. Урок 38. 00:01:11
    Installing RethinkDB
  39. Урок 39. 00:07:34
    REQL - RethinkDB Query Language
  40. Урок 40. 00:06:24
    REQL in Go
  41. Урок 41. 00:05:58
    Using RethinkDB in the App
  42. Урок 42. 00:03:43
    Channel Subscription Event Handler
  43. Урок 43. 00:06:54
    Rethinking Subscription Handling
  44. Урок 44. 00:05:05
    Fix Subscription Handler
  45. Урок 45. 00:03:11
    Stopping Subscription Handlers
  46. Урок 46. 00:03:22
    Stopping Specific Subscription Handlers
  47. Урок 47. 00:05:38
    Review Completed App
  48. Урок 48. 00:00:43
    Final Thoughts