React Prime React Prime Versions Save

A starter kit to create comprehensive React apps with React-Query and Styled-Components.

v6.0.0

5 years ago

New

  • New branding!
  • Remove SSR
  • Add html-webpack-plugin with template file in ejs
  • React 16.6 with suspense + lazy for code-splitting
  • Add service workers with workbox for offline usage and caching
  • PWA support
  • New folder and file structure
  • Add public folder for static files
  • New eslint config extended from react-app instead of airbnb
  • Indenting from 4 to 2 spaces
  • Add create-react-prime package for easy installs

Other changes

  • Replace custom devServer with webpack-dev-server
  • Replace svg-react-loader with svgr
  • Styled-Components v4
  • Babel 7
  • Update other packages

v5.2.0

6 years ago
  • Improve Webpack config with webpack-merge
  • Replace NODE_ENV with APP_ENV for environment configurations
  • Update to React 16.3

5.1.0

6 years ago
  • Update to Webpack 4
  • Add external imports for images and svg's

v5.0.0

6 years ago
  • Add Styled-Components
  • Rename Test module to Demo, to prevent naming confusion
  • Remove css-modules

v4.1.0

6 years ago
  • Changed name to "react-prime" ?
  • Codesplitting vendor and app
  • Added webpack-bundle-analyzer
  • Fixed ReactDOM hydrate/render on SSR

v4.0.0

6 years ago
  • Updated to React 16
  • Replaced babel-preset-2015 with babel-preset-env
  • Improved server file
  • Updated other packages

v3.1.0

6 years ago
  • Added the option to toggle SSR

v3.0.0

6 years ago
  • Upgraded to React Router v4
  • Upgraded all other dependencies to latest

v2.3.0

6 years ago
  • Added favicon
  • Added webpack loader for remaining files
  • Fixed process.env PORT for production
  • Updated packages

v2.2.0

6 years ago
  • Added Scope Hoisting
  • Fixed gzip compression
  • Other bundle improvements
  • Updated packages