An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# react-ssr-starter

[![Greenkeeper badge](https://badges.greenkeeper.io/antonybudianto/react-ssr-starter.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.com/antonybudianto/react-ssr-starter.svg?branch=master)](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