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
- Host: GitHub
- URL: https://github.com/zeusdeux/react-ssr
- Owner: zeusdeux
- Created: 2018-06-19T16:29:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T20:45:13.000Z (almost 7 years ago)
- Last Synced: 2025-03-27T14:56:42.350Z (about 1 month ago)
- Topics: react, server-side-rendering, ssr, static-site
- Language: JavaScript
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.