BatchedRedraws class

A mixin that overrides the Component.redraw method of a React Component (including a FluxComponent) and prevents the component from being redrawn more than once per animation frame.

Example:

class MyComponent extends react.Component
    with BatchedRedraws {
  render() {...}
}
Implementers

Constructors

BatchedRedraws()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldBatchRedraw bool
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
redraw([dynamic callback()?]) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited