iuux / adrx-quicknotes

Quick Notes functionality for Indiana University AdRx (Advising Records) system.
MIT License
0 stars 0 forks source link

Upgrade to React 0.13.x #53

Open basham opened 9 years ago

basham commented 9 years ago

Released on March 10, 2015. http://facebook.github.io/react/blog/2015/03/10/react-v0.13.html

Should be able to replace react-with-addons.x.js with just react.x.min.js, since the only addon being used was for class name manipulations, which is now depreciated. Replace React.addons.classSet with classnames npm package.

basham commented 9 years ago

Notable things:

Breaking Changes

New Features

basham commented 9 years ago

Probably shouldn't switch to ES6 syntax, yet, until there's a well supported replacement for mixins. Too early to know what direction that will be. Mixins are used extensively for reflux and react-router.