Skip to content

React App SDK v1.1.1

Compare
Choose a tag to compare
@koistya koistya released this 28 Jul 02:14
· 24 commits to master since this release

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