Package

japgolly.scalajs.react.component

builder

Permalink

package builder

Visibility
  1. Public
  2. All

Type Members

  1. final case class Lifecycle[P, S, B](componentDidMount: Option[ComponentDidMountFn[P, S, B]], componentDidUpdate: Option[ComponentDidUpdateFn[P, S, B]], componentWillMount: Option[ComponentWillMountFn[P, S, B]], componentWillReceiveProps: Option[ComponentWillReceivePropsFn[P, S, B]], componentWillUnmount: Option[ComponentWillUnmountFn[P, S, B]], componentWillUpdate: Option[ComponentWillUpdateFn[P, S, B]], shouldComponentUpdate: Option[ShouldComponentUpdateFn[P, S, B]]) extends Product with Serializable

    Permalink

Value Members

  1. object Builder

    Permalink
  2. object EntryPoint

    Permalink
  3. object Lifecycle extends Serializable

    Permalink
  4. object ViaCreateClass

    Permalink

    Uses React.createClass to create a component from a builder.

  5. object ViaReactComponent

    Permalink

    Creates an ES6 class extending React.Component to create a component from a builder.

Ungrouped