Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vineyardbovines/react-boilerplate-ssr
ssr react boilerplate
https://github.com/vineyardbovines/react-boilerplate-ssr
razzle react react-boilerplate redux redux-saga scaffolding ssr
Last synced: about 2 months ago
JSON representation
ssr react boilerplate
- Host: GitHub
- URL: https://github.com/vineyardbovines/react-boilerplate-ssr
- Owner: vineyardbovines
- Created: 2018-08-05T22:32:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:26:13.000Z (about 1 year ago)
- Last Synced: 2024-10-16T09:30:03.794Z (3 months ago)
- Topics: razzle, react, react-boilerplate, redux, redux-saga, scaffolding, ssr
- Language: JavaScript
- Size: 370 KB
- Stars: 25
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react boilerplate ssr example
☠️ **WARNING** ☠️ probably not production-ready, proceed with caution.
this project was created with [razzle](https://github.com/jaredpalmer/razzle) and is an example of [react-boilerplate](https://github.com/react-boilerplate/react-boilerplate) with server-side rendering
## differences
the only difference of merit is that react-router-dom and react-router-redux are replaced by [@reach/router](https://github.com/reach/router). this isn't a full solution to replacing `react-router-redux`, but its a lot better than react-router itself. it's easy to remove, so feel free.
other differences
- no htaccess or nginx.conf (you can add those yourself)
- no favicons/icons
- no manifest.json (replaced with an assets-manifest.json thats compiled by razzle)