VOps

ff4s.Dsl.VOps
implicit class VOps(view: V)

Attributes

Source
Dsl.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def renderInto(rootElementId: String)(implicit async: Async[F], store: Resource[F, Store[F, State, Action]]): F[Unit]

Runs this ff4s program and renders it into the unique DOM node with the given id.

Runs this ff4s program and renders it into the unique DOM node with the given id. Prefer to use ff4s.IOEntryPoint.

Attributes

Source
Dsl.scala
def renderReplace(rootElementId: String)(implicit async: Async[F], store: Resource[F, Store[F, State, Action]]): F[Unit]

Runs this ff4s program and renders it into the unique DOM node with the given id.

Runs this ff4s program and renders it into the unique DOM node with the given id. Prefer to use ff4s.IOEntryPoint.

Attributes

Source
Dsl.scala