Skip to content

Releases: wellyshen/react-cool-starter

v2.3.0

19 Feb 18:41
Compare
Choose a tag to compare

v2.2.20

19 Feb 10:09
Compare
Choose a tag to compare

v2.2.18

18 Feb 15:54
Compare
Choose a tag to compare

v2.2.16

17 Feb 16:47
Compare
Choose a tag to compare

v2.2.12

15 Feb 16:21
Compare
Choose a tag to compare
  • Integrating react-router-config.
  • Integrating react-router with Redux.
  • Fixing 404 error status bug.
  • Adding test for .
  • Refine route config.

v2.2.3

09 Feb 12:44
Compare
Choose a tag to compare
  • Using normalize.css.
  • Code-splitting only available on production. Because loadable-components not support HMR at this moment.
  • Adding type checking for ./src/config/*.js.
  • Adjusting testing code coverage.
  • Code refactor.

v2.2.2

07 Feb 16:38
Compare
Choose a tag to compare
  • Adding html-minifier for production environment.
  • Correcting nodemon watch file.
  • Removing un-used flow ignores.

v2.2.0

05 Feb 14:27
Compare
Choose a tag to compare
  • Integrating loadable-components into this starter. Now code-splitting is so easy (see here).

  • Remove __DISABLE_SSR__. We focus on SSR more.