@dlab/cra-universal

4.3.0 • Public • Published

cra-universal

Create React App Universal CLI

npm version Build Status

zero

Create React App companion for universal app. No eject, zero config with customization, supports string and node stream API

Please also visit create-react-app-express monorepo for the core and addons packages.

Live Demo, hosted by Now

Features

  • No eject needed!
  • Zero config by default and customizable
  • Server-side rendering for your SEO
  • Code-splitting that works universally
  • The core middleware is fully unit-tested
  • Works alongside react-scripts, not as replacement

Installation

# Create new cra
create-react-app myapp
cd myapp

# Install new cra-universal
yarn add -D cra-universal

# Start with no config at all!
# npx is not required, you can also save the command as npm script
npx cra-universal start

Client code change

Please update your render method on src/index.js

// before
ReactDOM.render(...)

// after
ReactDOM.hydrate(...)

Development

# Start your CRA client
npm start

## Start CRA server, then you can open http://localhost:3001
npx cra-universal start

Production

# Change directory to your project root first, and run:
npx cra-universal build

# This command will build both client and server and put them into `./dist`

Deployment

  1. First, follow the Production guide mentioned above.
  2. Since the bundle used Webpack Node Externals, you need to run npm install --production on the copied /dist, but this time you don't need to install its devDependencies
  3. Use process manager like PM2 to run your server, your run target is ./dist/server/bundle.js

Credit

License

MIT

Package Sidebar

Install

npm i @dlab/cra-universal

Weekly Downloads

1

Version

4.3.0

License

MIT

Unpacked Size

19 kB

Total Files

19

Last publish

Collaborators

  • ath-sorio
  • sven.christian