https://github.com/xiewang/react-server-side-rendering
SSR for react with babel loader
https://github.com/xiewang/react-server-side-rendering
babel-loader react server-side-rendering ssr
Last synced: 8 months ago
JSON representation
SSR for react with babel loader
- Host: GitHub
- URL: https://github.com/xiewang/react-server-side-rendering
- Owner: xiewang
- License: mit
- Created: 2018-07-04T09:31:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T03:15:57.000Z (over 7 years ago)
- Last Synced: 2025-07-29T10:43:04.533Z (8 months ago)
- Topics: babel-loader, react, server-side-rendering, ssr
- Language: JavaScript
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-server-side-rendering
SSR for react with babel loader
Example
-------
```sh
$ npm install react-server-side-rendering-demo
$ npm start
```
Then navigate to [http://localhost:3000](http://localhost:8082)