Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 483 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 483 Bytes

react-ssr

React Server Side Rendering with Webpack and Express

Explains the various concepts involved in server-side-rendering React apps.

  • Webpack config for client and server scripts.
  • React router fixes for SSR.
  • Server rendered meta tags using react-helmet.
  • Render HTML with prefetched data.
  • Client side data hydration.

More explanation is available in my blog in the form of a tutorial.