Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 335 Bytes

File metadata and controls

7 lines (5 loc) · 335 Bytes

App

The App class is used to create the application instance. The instance itself exposes a connect function used to connect views to the state of the application and allow them to trigger actions. Following is a simple example to show you the structure.

h(Example, { name: "api/app_initialize", view: true })