You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ES6 classes support, retaining full features compatibility with React.createClass.
- mixins
- methods autobinding
- props, state, and context specs
- Taking full advantage of metatypes in `props`:
- get rid of separate `listenToProps` spec. Use `changeEvents` and `events` attribute specs instead.
- use props type information to compile highly optimized `shouldComponentUpdate()`
- Review design of value links. Problems to address:
- compatibility with pure render
- performance issues with validation by default (need some degree of control)