Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 683 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 683 Bytes

Server Side Rendering (SSR) React Examples

A repository of various examples of server side rendering a React application.

The basics to render a React app with server side rendering.

  • babel
  • webpack
  • express
  • react
  • react-dom

The same as the basic example, but including Font Awesome. There is a slight different with Font Awesome to avoid a "flicker" or "flash" before the client can insert the necessary CSS. Read more about Server Side Rendering icons with Font Awesome.

  • font awesome svg core
  • font awesome free solid icons
  • font awesome react