/universal-irl

A real life template for a React universal app

Primary LanguageJavaScript

Universal Apps In Real Life

Because you don't need a lot of plugins, loaders and helpers to run a React universal rendered app with HMR & code splitting.

Development

  1. Install dependencies
npm install
  1. Run the app:
npm run watch
  1. Navigate to:
http://localhost:8080

Features

  • One node process
  • One route config (app/routes.js)
  • React-router 4 (universal)
  • Data fetch before rendering
  • Client-side hot reloading
  • Server-side hot reloading
  • Service Worker