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