React Cool Starter Versions Save

😎 🐣 A starter boilerplate for a universal web app with the best development experience and a focus on performance and best practices.

v3.14.1

3 years ago

v3.14.0

3 years ago
  • Feat: use react-refresh instead of react-hot-loader.
  • Chore: remove EnvironmentPlugin, use __DEV__ to handle the environment in client.
  • Chore: remove pnp-webpack-plugin, webpack v5 builts-in it.
  • Refactor: adjust webpack config for preparing to upgrade to v5.
  • Refactor: move hostname and PORT to config file.
  • Refactor: simplify the setup of loadable-components.
  • Upgrade: css-loader from v4 to v5 and other dependencies.

v3.13.2

3 years ago
  • Chore: adjust tsconfig.json

v3.13.1

3 years ago
  • Remove .prettierrc file.

v3.13.0

3 years ago

v3.12.4

3 years ago

v3.12.3

3 years ago
  • Add @typescript-eslint/no-use-before-define rule.
  • Upgrade dependencies.

v3.12.2

3 years ago
  • Fix: build error

v3.12.1

3 years ago
  • Fix: use enum throws no-shadow error.

v3.12.0

3 years ago
  • Enable the strict mode of TypeScript.
  • Upgrade dependencies.