React Isomorphic Starterkit Versions Save

Create an isomorphic React app in less than 5 minutes

v5.3.1

8 years ago
  • Use Webpack to build the server code, allowing webpack loaders like url-loader and css-loader on the server.
  • Use Webpack HMR to instantly update server code, instead of restarting the Koa server with piping. Webpack HMR is fast!
  • Still keeping the pleasant npm run watch command: the only one needed for server AND client development.
  • Moved all Webpack config files to configs/.
  • Added a file-loader example that deals with the favicon.
  • Upgraded to React Router 2.0.0.
  • Updated other dependencies.

v4.3.0

8 years ago
  • Upgrade to Babel 6
  • Upgrade to React 0.14
  • Upgrade to React Router 1.0
  • Upgrade to React Transform HMR instead of React Hot Loader
  • Upgrade to React Transmit 3.0
  • Switch to Koa as http server and also as webpack HMR server
  • Include Fetch+ for a better fetch() and as REST client

2.5.5

8 years ago
  • Added Babel Typecheck plugin. WARNING: it doesn't work with some ES6 syntax (e.g. class methods), it seems.
  • Added back react-a11y. (Update: removed it again see #46)
  • Enabled Babel stage 0 for experimental ES features like Function Bind Syntax.

2.4.1

9 years ago
  • New Babel version introduced a ~20-40% compile-time speed improvement
  • React 0.13.3

2.4.0

9 years ago
  • npm scripts don't execute the sleep and open commands anymore.
  • Updated dependencies.

2.3.3

9 years ago
  • Main.js now uses ES6 class syntax.
  • Updated dependencies.
  • @joeframbach: Allow other hosts to access webpack server
  • @pwmckenna: Show how to reference the GitHub API on the server vs client with a proxy

2.2.1

9 years ago
  • Babel 5.0.7 with ES7 stage 1 features enabled.
  • React Transmit 2.5.3.

2.1.0

9 years ago
  • React 0.13.1 included.
  • react-a11y excluded.

2.0.0

9 years ago

The starterkit now uses React Transmit (Relay library) instead of react-async.

1.5.2

9 years ago