Type: (tag, data, children): vnode
Type: (props)
Type: any
Type: (state, actions, data, emit)
Type: (state, actions, _, emit) | Array<events>
Fired after the view is mounted on the DOM.
Type: (state, actions, data, emit): data | Array<action>
Fired before an action is triggered.
Type: (state, actions, data, emit): data | Array<update>
Fired before the state is updated.
Type: (state, actions, view, emit): view | Array<render>
Fired before the view is rendered.
Type: Array<Mixin>
Type: Element = document.body