Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "react-runtime"

Index

Functions

Functions

reactRuntime

  • reactRuntime<S, A>(program: Program<S, A, Element>, managers: ReadonlyArray<EffectManager<A>>): React.ReactType
  • Use this to start a Program if you want to use React as the view library.

    Type parameters

    • S

    • A

    Parameters

    • program: Program<S, A, Element>
    • managers: ReadonlyArray<EffectManager<A>>

    Returns React.ReactType

Generated using TypeDoc