References
summary | ||
public |
Class for a component. |
|
public |
C Store A simple Store which receive all state changes with an event (string). |
|
public |
Can be used as a simple if/else statement info your jsx :
|
|
public |
JSX factory function to create an object representing a dom node. |
|
public |
Render some elements into a node. |
|
public |
F renderToDom(node: string | Node, component: Component, store: Store) Render a component to the dom. |
|
public |
F renderToString(elements: Array): string Render some elements into a string. |