Packages

p

whydidyourender

package whydidyourender

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. whydidyourender
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ComponentOptions extends Object

    Use these options when modifying an individual function component.

    Use these options when modifying an individual function component.

    Annotations
    @JSType()
  2. trait Options extends Object
    Annotations
    @JSType()
  3. implicit final class RichFunction[P <: Object] extends AnyVal
  4. trait Why extends Object

    DO NOT USE.

    DO NOT USE. DOES NOT WORK! NEED TO ACCESS CONSTRUCTOR

    Use to cast a SFC to and set the individual component's value.

    def apply[T<:js.Object](props: Props[T]) = sfc[T].tap{c => c.run.asInstanceOf[Why].whyDidYouRender = true}.apply(props)

    Annotations
    @JSType() @native()

Value Members

  1. def apply(reactModule: ReactModule, config: |[|[Options, Object], Dynamic]): Unit
  2. object ComponentOptions
  3. object module extends Object
    Annotations
    @native() @JSImport("@welldone-software/why-did-you-render", JSImport.Default)

Inherited from AnyRef

Inherited from Any

Ungrouped