https://github.com/smacker/non-spa-react-demo
https://github.com/smacker/non-spa-react-demo
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smacker/non-spa-react-demo
- Owner: smacker
- Created: 2016-03-28T11:05:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-28T11:06:01.000Z (about 10 years ago)
- Last Synced: 2025-05-07T23:03:08.343Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Non SPA site with react example
===============================
Start:
```
npm run static
npm run server
```
Includes:
- Dummy component that renders only on server side
- Two components that you can move around as you want
- For sync state between components - redux
Size of js bundle is 42.9 kB. (jquery-1.12.2.min.js = 95kB)