https://github.com/devniel/deb-react
https://github.com/devniel/deb-react
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devniel/deb-react
- Owner: devniel
- Created: 2016-05-15T00:17:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-15T01:16:11.000Z (almost 10 years ago)
- Last Synced: 2025-01-12T21:09:56.349Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Devniel Express Boilerplate for React.js
With this boilerplate you could render React components on server and mount it on the browser (supporting interactivity) throught its re-rendering once it's static loaded.
It's intended to be used on projects with different modules (authentication, administration, landing, etc.) and you want to integrate them with information on your server side such as a session.
Your app views should be put on **app/views** while the required files that recover the interactivity (that produce the build file and is included in the browser) should be placed on **app/dist**.