This repository has been archived by the owner on Jan 11, 2019. It is now read-only.
Releases: RickWong/react-isomorphic-starterkit
Releases · RickWong/react-isomorphic-starterkit
Release 5.3.1
- Use Webpack to build the server code, allowing webpack loaders like
url-loader
andcss-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.
Release 4.3.0
- 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
Release 2.5.5
- 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.
Release 2.4.1
- New Babel version introduced a ~20-40% compile-time speed improvement
- React 0.13.3
Release 2.4.0
- npm scripts don't execute the
sleep
andopen
commands anymore. - Updated dependencies.
Release 2.3.3
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
Release 2.2.1
- Babel 5.0.7 with ES7 stage 1 features enabled.
- React Transmit 2.5.3.
Release 2.1.0
- React 0.13.1 included.
- react-a11y excluded.
Release 2.0.0
The starterkit now uses React Transmit (Relay library) instead of react-async
.
Release 1.5.2
Ditch npm-shrinkwrap.