start

open fun start()

Starting point for an application.


open fun start(state: Map<String, Any>)

Starting point for an application with the state managed by Hot Module Replacement (HMR).

Parameters

state

Initial state for Hot Module Replacement (HMR).