An open API service indexing awesome lists of open source software.

https://github.com/skovy/react-server-side-rendering

Examples of Server Side Rendering (SSR) React
https://github.com/skovy/react-server-side-rendering

express font-awesome react server-side-rendering ssr

Last synced: about 1 month ago
JSON representation

Examples of Server Side Rendering (SSR) React

Awesome Lists containing this project

README

        

## Server Side Rendering (SSR) React Examples

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

### [Basic](/basic)

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

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

### [Font Awesome](/basic-font-awesome)

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](https://skovy.dev/server-side-rendering-font-awesome/).

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