API Index
Building UI
Building user interfaces with pure function calls.
- ex.html - create a html DOM with the specified attributes and child nodes.
Applying Reactivity
Applying fine-grained state observation.
- ex.reactive - create a reactive scope, where store the declared states.
- reactive.state - declare a state.
- reactive.computed - derive a computed state.
- reactive.effect - observe a effect.
- reactive.join - get the states from the reactive scope.