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