React App Versions Save

Create React App with server-side code support

v2.0.0

6 years ago

Use [email protected] as a drop-in replacement for react-scripts in order to add server-side code support and config overrides. See README for more details.

image

v1.1.1

7 years ago

Default Template

  • Remove Material Design Lite (MDL), classnames, react-mdl, fastclick
  • Update website layout to use plain CSS (no frameworks)
  • Rename pages folder to routes
  • Update core/router.js and utils/routes-loader.js (route.page -> route.component)
  • Move public/index.ejs file to to the root folder
  • Replace package.json files in components folder with index.js
  • Add lint script to package.json
  • Update copyright messages in the source files

Build/Run Tools

  • Add actions and routes folders to babel-loader's include list

How to Upgrade

In order to upgrade your project created with a previous version of React App SDK, follow these steps:

  • Update react-app and react-app-tools dependencies in your project
  • Move public/index.ejs into the root folder of your project

Optionally:

  • Update core/router.js and utils/routes-loader.js with the files from this project (see tempalte folder)
  • Rename pages folder to routes
  • Rename page field of each route in routes.json file with component