open fun start(): Unit
Starting point for an application.
open fun start(state: Map<String, Any>): Unit
Starting point for an application with the state managed by Hot Module Replacement (HMR).
state - Initial state for Hot Module Replacement (HMR).
state