Skip to content

9.2

Compare
Choose a tag to compare
@alexmingoia alexmingoia released this 20 May 02:23
· 62 commits to master since this release
  • Use React component class for memoized views.
    Significantly improves performance by avoiding unnecessary React VDOM
    subtree comparison. This brings performance characteristics in line with
    vanilla React and a single state atom and PureRenderMixin.
  • Check for target.value. Fixes #119