Packages

p

diode

react

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

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

  2. type ReactConnectProps[A] = (ModelProxy[A]) ⇒ VdomElement
  3. type ReactConnectProxy[A] = Props[ReactConnectProps[A], UnmountedWithRoot[ReactConnectProps[A], _, _, _]]
  4. trait ReactConnector[M <: AnyRef] extends AnyRef

Value Members

  1. object ReactPot

Inherited from AnyRef

Inherited from Any

Ungrouped