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

https://github.com/zeusdeux/react-ssr

Playing with react ssr and server side bundling with webpack
https://github.com/zeusdeux/react-ssr

react server-side-rendering ssr static-site

Last synced: about 1 month ago
JSON representation

Playing with react ssr and server side bundling with webpack

Awesome Lists containing this project

README

        

# react-ssr

This is a small project that I made to understand react server side rendering.

If you're looking for high quality code, this is _not_ the place.

This is just a hacked together piece of code to understand React SSR concepts.

## Run

To run the project, run `npm run webpack` in one terminal pane and `npm run dev` in another.