https://github.com/antonybudianto/react-ssr-starter
📚 Featuring Webpack 4, React 17-18, SSR, HMR, prefetching, universal lazy-loading, and more
https://github.com/antonybudianto/react-ssr-starter
fullstack hmr isomorphic react ssr universal
Last synced: about 1 month ago
JSON representation
📚 Featuring Webpack 4, React 17-18, SSR, HMR, prefetching, universal lazy-loading, and more
- Host: GitHub
- URL: https://github.com/antonybudianto/react-ssr-starter
- Owner: antonybudianto
- Created: 2018-05-03T03:25:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-31T03:16:46.000Z (over 3 years ago)
- Last Synced: 2025-02-02T01:11:30.336Z (8 months ago)
- Topics: fullstack, hmr, isomorphic, react, ssr, universal
- Language: JavaScript
- Homepage:
- Size: 792 KB
- Stars: 20
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-ssr-starter
[](https://greenkeeper.io/)
[](https://travis-ci.com/antonybudianto/react-ssr-starter)> Personal and opinionated React Fullstack starter.
## Features:
- SSR (Server side rendering)
- Code-splitting
- HMR (Hot module reload, **both** client and server)
- Webpack 4, ESLint, Jest, Prettier## How to use
1. Start
```
npm start
```2. Build
```
npm run deploy:prod
```## Alternatives
- Do you use [create-react-app](https://github.com/facebook/create-react-app)?
- Try on [CRA Universal](https://github.com/antonybudianto/cra-universal) for SSR, without eject!## License
MIT