Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Electron & React JS: Build a Native Chat App with Javascript, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:35
    Introduction
  2. Урок 2. 00:09:44
    How to solve issues
  3. Урок 3. 00:02:00
    Section Introduction
  4. Урок 4. 00:10:16
    Initialize Electron
  5. Урок 5. 00:12:10
    Create browser window
  6. Урок 6. 00:10:32
    Features of electron
  7. Урок 7. 00:07:23
    More about Electron & Notifications
  8. Урок 8. 00:10:07
    Chrome vs Electron
  9. Урок 9. 00:09:52
    Node integration
  10. Урок 10. 00:05:55
    Code cleanup
  11. Урок 11. 00:05:56
    Install React
  12. Урок 12. 00:14:22
    Webpack
  13. Урок 13. 00:10:55
    Source Map + Debugging
  14. Урок 14. 00:06:35
    Electron reload
  15. Урок 15. 00:08:27
    Main & Renderer communication
  16. Урок 16. 00:07:07
    Preload
  17. Урок 17. 00:10:18
    Context bridge
  18. Урок 18. 00:01:55
    Section Introduction
  19. Урок 19. 00:07:46
    Initial layout
  20. Урок 20. 00:13:51
    Separation to components
  21. Урок 21. 00:09:41
    Router
  22. Урок 22. 00:10:45
    Back button + More views
  23. Урок 23. 00:13:45
    Chat view
  24. Урок 24. 00:08:07
    Link to the chat
  25. Урок 25. 00:11:28
    Firebase
  26. Урок 26. 00:12:45
    Get data from Firestore
  27. Урок 27. 00:10:26
    Dotenv
  28. Урок 28. 00:11:45
    Initial store
  29. Урок 29. 00:10:01
    Create actions
  30. Урок 30. 00:12:14
    Chat reducer
  31. Урок 31. 00:07:46
    Display chats in the list
  32. Урок 32. 00:02:12
    Section Introduction
  33. Урок 33. 00:07:09
    Welcome view
  34. Урок 34. 00:04:55
    Toggling between forms
  35. Урок 35. 00:06:14
    Get value from the form
  36. Урок 36. 00:10:47
    Register a user
  37. Урок 37. 00:07:51
    Create user profile
  38. Урок 38. 00:10:28
    Listen to auth changes
  39. Урок 39. 00:09:32
    Auth reducer
  40. Урок 40. 00:06:49
    Logout
  41. Урок 41. 00:07:10
    Login
  42. Урок 42. 00:11:45
    Loading view
  43. Урок 43. 00:11:07
    User in the navbar
  44. Урок 44. 00:11:09
    Auth reducer refactor
  45. Урок 45. 00:07:54
    Displaying errors
  46. Урок 46. 00:04:05
    Login & Register reducer creator
  47. Урок 47. 00:07:01
    Reusable error reducer
  48. Урок 48. 00:07:24
    Reusable fetching reducer
  49. Урок 49. 00:05:41
    Provide user to action
  50. Урок 50. 00:09:18
    App refactor and store provider
  51. Урок 51. 00:09:40
    Auth route
  52. Урок 52. 00:11:37
    UX Improvements
  53. Урок 53. 00:09:33
    Fix after logout
  54. Урок 54. 00:12:03
    Layout HOC
  55. Урок 55. 00:01:30
    Section Introduction
  56. Урок 56. 00:07:18
    Check if application is connected
  57. Урок 57. 00:07:44
    Action to check connection
  58. Урок 58. 00:07:57
    Connection reducer
  59. Урок 59. 00:07:11
    Middlewares
  60. Урок 60. 00:05:53
    Notification util
  61. Урок 61. 00:04:04
    Display notification
  62. Урок 62. 00:02:09
    Section Introduction
  63. Урок 63. 00:05:47
    Chat create view
  64. Урок 64. 00:07:05
    Chat create form
  65. Урок 65. 00:13:54
    Create a chat
  66. Урок 66. 00:10:23
    Join the chat after create
  67. Урок 67. 00:18:06
    Sort chats
  68. Урок 68. 00:09:32
    Display sorted chats
  69. Урок 69. 00:02:31
    Restart the state after logout
  70. Урок 70. 00:08:19
    Join chat
  71. Урок 71. 00:05:16
    Join the chat reducer
  72. Урок 72. 00:09:00
    Subscribe to the chat
  73. Урок 73. 00:07:01
    Extract users from the chat
  74. Урок 74. 00:09:37
    Set active chat to reducer
  75. Урок 75. 00:05:15
    Display joined users
  76. Урок 76. 00:09:23
    Subscribe to profile
  77. Урок 77. 00:08:55
    Unsubscribe from user
  78. Урок 78. 00:07:18
    Check user connection
  79. Урок 79. 00:11:20
    Save user online status to FS
  80. Урок 80. 00:02:26
    Fixing online status after logout
  81. Урок 81. 00:13:21
    Displaying state changes
  82. Урок 82. 00:06:07
    Load chat improvements
  83. Урок 83. 00:01:30
    Section Introduction
  84. Урок 84. 00:08:58
    Messenger component
  85. Урок 85. 00:07:16
    Message object with timestamp
  86. Урок 86. 00:08:32
    Send message action
  87. Урок 87. 00:09:06
    Subscribe to message
  88. Урок 88. 00:09:27
    Display messages
  89. Урок 89. 00:12:12
    Extract message with author
  90. Урок 90. 00:09:17
    Register message subscription
  91. Урок 91. 00:07:04
    UX messages improvements
  92. Урок 92. 00:04:42
    Scroll on bottom
  93. Урок 93. 00:08:26
    Cleanup after logout
  94. Урок 94. 00:07:51
    Unsubscribe from chat
  95. Урок 95. 00:06:47
    Settings view
  96. Урок 96. 00:05:34
    Settings reducer
  97. Урок 97. 00:08:20
    Store data in local storage
  98. Урок 98. 00:04:15
    Load initial settings
  99. Урок 99. 00:05:05
    Custom storage
  100. Урок 100. 00:09:30
    Display styling changes
  101. Урок 101. 00:08:46
    Settings wrap up
  102. Урок 102. 00:02:58
    Connection fix
  103. Урок 103. 00:03:17
    Section Introduction
  104. Урок 104. 00:15:37
    App menu
  105. Урок 105. 00:03:20
    Multiple windows
  106. Урок 106. 00:03:25
    Dock icon
  107. Урок 107. 00:02:26
    Tray menu
  108. Урок 108. 00:06:13
    Splash screen
  109. Урок 109. 00:07:37
    Splash screen improvements
  110. Урок 110. 00:05:09
    Webpack production
  111. Урок 111. 00:11:31
    Build the app
  112. Урок 112. 00:07:59
    App testing & Course Ending