Skip to content
Open
No due date
Last updated Aug 3, 2016
100% complete
  • 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)

List view

    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.