- 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. UsechangeEvents
andevents
attribute specs instead. - use props type information to compile highly optimized
shouldComponentUpdate()
- get rid of separate
- Review design of value links. Problems to address:
- compatibility with pure render
- performance issues with validation by default (need some degree of control)
List view
0 issues of 0 selected
There are no open issues in this milestone
Add issues to milestones to help organize your work for a particular release or project. Find and add issues with no milestones in this repo.