Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerelmiller/react-isomorphic
https://github.com/jerelmiller/react-isomorphic
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jerelmiller/react-isomorphic
- Owner: jerelmiller
- Created: 2015-10-09T04:17:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T05:53:20.000Z (about 9 years ago)
- Last Synced: 2024-10-17T15:37:15.602Z (22 days ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WORK IN PROGRESS
# react-isomorphic
Barebones Isomorphic React app.
### Why did I create this?
I found that many of the boilerplates included really complicated code. For someone that has little to no experience with node, I found this to be a hard way to learn how to create the setup I desired. I had several goals I wanted to accomplish:
* Render react server side
* Use node/express to handle rendering server side
* Hot reloading using webpack
* Use webpack both server and client-side
* Use CSS Modules
* Use React Router