1.1.13 • Published 6 years ago

helpful-react-scripts v1.1.13

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Helpful React Scripts

Usage:

npm i create-react-app -g

create-react-app my-app --scripts-version helpful-react-scripts

This package is modified to include the following additional functionality:
Accessibility Tools
  • react-aXe
React Addons
  • classnames
  • prop-types
React Router
  • react-router-dom
  • react-router-redux
  • history
Redux
  • redux
  • react-redux
  • redux-logger
  • redux-thunk
Stylus
  • stylus
  • poststylus
  • stylus-loader
Gzip
  • compression-webpack-plugin

Roadmap:

Fontloader
Configure ESLint Rules
Explore perf optimizations
  • webpack-bundle-analyzer
Animated Page Transitions
  • react-transition-group
  • animated

Migrating from 1.1.10 to 1.1.11

Inside any created project that has not been ejected, run:

npm install --save --save-exact helpful-react-scripts@1.1.11


We plan to stay up to date with create-react-app as often as possible.

Note: This package is maintained for our specific needs at Helpful Human and while feature requests are encouraged, they may not align with the needs of Helpful Human.

Note: There is a problem with Stylus reporting error locations correctly in Node v7.x.x^. Use Node v6.x.x to remedy.

For additional information, please refer to the following documentation: