japgolly.scalajs.react.extra.DefaultReusabilityOverlay$
See theDefaultReusabilityOverlay companion class
object DefaultReusabilityOverlay
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ShowBadCount extends Template
Attributes
- Supertypes
- Self type
-
ShowBadCount.type
object ShowGoodAndBadCounts extends Template
Attributes
- Supertypes
- Self type
-
ShowGoodAndBadCounts.type
trait Template
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object ShowBadCount.typeobject ShowGoodAndBadCounts.type
Value members
Concrete methods
def highlighter(before: CSSStyleDeclaration => Unit, frame1: CSSStyleDeclaration => Unit, frame2: CSSStyleDeclaration => Unit): Comp => Function0[Unit]
When you're in dev-mode (i.e. fastOptJS
), this overrides Reusability.shouldComponentUpdate to use overlays.
When you're in dev-mode (i.e. fastOptJS
), this overrides Reusability.shouldComponentUpdate to use overlays.
Attributes
When you're in dev-mode (i.e. fastOptJS
), this overrides Reusability.shouldComponentUpdate to use overlays.
When you're in dev-mode (i.e. fastOptJS
), this overrides Reusability.shouldComponentUpdate to use overlays.
Attributes
Concrete fields
Implicits
Implicits
implicit def apply[F[_] : Sync, P, S, B](options: Options[F]): MountedImpure[P, S, B] => ReusabilityOverlay[F]
In this article