React Starterify Versions Save

A minimal React JS application starter kit

v2.0.1

8 years ago
  • add react eslint plugin
  • .travis.yml minor changes
  • deps update
  • fix linting warnings

v2.0.0

8 years ago

What's new in v2.0:

  • React Router integration
  • CSS processing via PostCSS
    • cssnano
    • nested
    • extend
    • vars
    • autoprefixer
  • gulpifle written in ES6 (ES2015)
  • better folder structure
  • no predefined AJAX libraries (use Fetch or Superagent if you need one).

v1.0.3

8 years ago
  • added a component method test
  • ES6 method declarations
  • dependencies update

v1.0.2

8 years ago

v1.0.1

9 years ago

Added code linting via eslint

v1.0.0

9 years ago

This release adds unit testing with Mocha and Chai and takes advantage of the React shallow rendering feature.

v0.0.9

9 years ago

React v0.13.0 + dependencies upgrade.

v0.0.8

9 years ago

v0.0.7

9 years ago

v0.0.6

9 years ago

Switched from Reactify to 6to5 for better ES6 support