9.2
- 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