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