List view
- 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)
No due date•1/1 issues closed