Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Server Side Rendering with React and Redux, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:45
    A Few Notes
  • Урок 2. 00:05:29
    Why Server Side Rendering?
  • Урок 3. 00:06:05
    SSR Overview
  • Урок 4. 00:04:07
    App Overview
  • Урок 5. 00:08:47
    Server Architecture Approach
  • Урок 6. 00:02:49
    Boilerplate Setup
  • Урок 7. 00:05:00
    Express Setup
  • Урок 8. 00:05:05
    The RenderToString Function
  • Урок 9. 00:10:42
    JSX on the Server
  • Урок 10. 00:05:05
    Server Side Webpack
  • Урок 11. 00:02:07
    Breather and Review
  • Урок 12. 00:07:00
    Rebuilding and Restarting
  • Урок 13. 00:05:53
    Server Side Rendering, Isomorphic Javascript, Universal Javascript
  • Урок 14. 00:04:36
    Client Side JS
  • Урок 15. 00:08:43
    Client Bundles
  • Урок 16. 00:05:32
    The Public Directory
  • Урок 17. 00:06:53
    Why Client.js?
  • Урок 18. 00:05:15
    Client Bootup
  • Урок 19. 00:08:27
    Merging Webpack Config
  • Урок 20. 00:04:46
    Single Script Startup
  • Урок 21. 00:06:21
    Ignoring Files with Webpack
  • Урок 22. 00:04:05
    Renderer Helper
  • Урок 23. 00:03:05
    Implementing React Router Support
  • Урок 24. 00:05:09
    BrowserRouter vs StaticRouter
  • Урок 25. 00:03:35
    Route Configuration
  • Урок 26. 00:04:55
    HTML Mismatch
  • Урок 27. 00:06:19
    More on Route Configuration
  • Урок 28. 00:02:57
    Routing Tiers
  • Урок 29. 00:05:22
    The Users API
  • Урок 30. 00:08:29
    Four Big Challenges
  • Урок 31. 00:03:25
    Browser Store Creation
  • Урок 32. 00:07:33
    Server Store Creation
  • Урок 33. 00:03:14
    FetchUsers Action Creator
  • Урок 34. 00:03:13
    The Users Reducer
  • Урок 35. 00:02:01
    Reducer Imports
  • Урок 36. 00:06:04
    UsersList Component
  • Урок 37. 00:03:42
    Babel Polyfill
  • Урок 38. 00:04:36
    Detecting Data Load Completion
  • Урок 39. 00:07:06
    Solution #1 for Data Loading
  • Урок 40. 00:04:40
    Solution #2 for Data Loading
  • Урок 41. 00:05:58
    The React Router Config Library
  • Урок 42. 00:03:38
    Updating Route Uses
  • Урок 43. 00:03:27
    The MatchRoutes Function
  • Урок 44. 00:10:49
    LoadData Functions
  • Урок 45. 00:06:54
    Store Dispatch
  • Урок 46. 00:03:14
    Waiting for Data Load Completion
  • Урок 47. 00:04:57
    Breather and Review
  • Урок 48. 00:02:55
    The Page Approach
  • Урок 49. 00:02:09
    Refactoring to Pages
  • Урок 50. 00:04:46
    Refactoring Page Exports
  • Урок 51. 00:04:44
    Client State Rehydration
  • Урок 52. 00:05:28
    More on Client State Rehydration
  • Урок 53. 00:07:47
    Dumping State to Templates
  • Урок 54. 00:08:33
    Mitigating XSS Attacks
  • Урок 55. 00:05:05
    Authentication Issues
  • Урок 56. 00:04:53
    Authentication via Proxy
  • Урок 57. 00:05:38
    Why Not JWT's?
  • Урок 58. 00:06:25
    Proxy Setup
  • Урок 59. 00:05:07
    Renderer to API Communication
  • Урок 60. 00:04:53
    Axios Instances with Redux Thunk
  • Урок 61. 00:04:54
    Client Axios Instance
  • Урок 62. 00:08:15
    Server Axios Instance
  • Урок 63. 00:03:17
    The Header Component
  • Урок 64. 00:07:41
    Adding an App Component
  • Урок 65. 00:02:33
    Building the Header
  • Урок 66. 00:06:13
    Fetching Auth Status
  • Урок 67. 00:03:35
    Calling FetchCurrentUser
  • Урок 68. 00:06:13
    Connecting the Header
  • Урок 69. 00:10:33
    Header Customization
  • Урок 70. 00:05:46
    Header Styling
  • Урок 71. 00:02:58
    404 Not Found Pages
  • Урок 72. 00:03:00
    Implementing the NotFound Page
  • Урок 73. 00:08:59
    StaticRouter Context
  • Урок 74. 00:02:10
    The Admin Feature
  • Урок 75. 00:03:31
    Admins Action Creator and Reducer
  • Урок 76. 00:04:33
    Admins Route Component
  • Урок 77. 00:04:25
    Testing Admins Route
  • Урок 78. 00:06:20
    Promise.all Failures
  • Урок 79. 00:06:17
    Error Handling Solution #1
  • Урок 80. 00:06:33
    Error Handling Solution #2
  • Урок 81. 00:07:55
    Error Handling Solution #3
  • Урок 82. 00:04:02
    The Require Auth Component
  • Урок 83. 00:08:58
    Implementing Require Auth
  • Урок 84. 00:04:57
    Require Auth in Use
  • Урок 85. 00:04:13
    Handling Redirects
  • Урок 86. 00:04:16
    Meta Tags
  • Урок 87. 00:06:13
    Setting Tags with Helmet
  • Урок 88. 00:06:43
    React Helmet in Practice
  • Урок 89. 00:05:31
    Dynamic Title Tags
  • Урок 90. 00:14:09
    RenderToString vs RenderToNodeStream
  • Урок 91. 00:02:30
    Next Steps and Wrapup