react-redux-starter-kit v0.8.0 Release Notes

  • ๐Ÿ‘Œ Improvements

    • ๐Ÿ— All build-, server-, and client-related code is now ES6.
    • ๐Ÿ”จ Significantly refactors how client and server webpack configs are built.
    • reducers/index.js now exports combined root reducer.
    • Client application code now lives in ~/client instead of ~/src in order to conform to Redux standards.

    ๐Ÿ›  Fixes

    • Redux store now explicitly handles HMR.

    ๐Ÿ”„ Changes

    • ๐Ÿ”ง Webpack compiler configurations are no longer merged on top of a base default configuration. This can become unwieldy and even though explicitly writing each configuration file out is more verbose, it ends up being more maintainable.

    ๐Ÿ—„ Deprecations

    • ๐Ÿšš Quiet mode has been removed (npm run dev:quiet).