Package

diode

react

Permalink

package react

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

Type Members

  1. case class ModelProxy[S](modelReader: ModelRO[S], theDispatch: (Any) ⇒ Unit, connector: ReactConnector[_ <: AnyRef]) extends Product with Serializable

    Permalink

    Wraps a model reader, dispatcher and React connector to be passed to React components in props.

  2. type ReactConnectProxy[A] = ReqProps[(ModelProxy[A]) ⇒ ReactElement, A, _, TopNode]

    Permalink
  3. trait ReactConnector[M <: AnyRef] extends AnyRef

    Permalink

Value Members

  1. object ReactPot

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped