Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/api-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

Building SVG with pure function calls.

- [_cm_.**shape**](/reference/building-ui#echox-html) - create a SVG with the specified attributes and child nodes.
- _cm_.**shape** - create a SVG with the specified attributes and child nodes.

## Applying Reactivity

Applying fine-grained state observation.

- [_cm_.**reactive**](/reference/applying-reactivity#echox-reactive) - create a reactive scope, where store the declared states.
- [_reactive_.**let**](/reference/applying-reactivity#reactive-let) - declare a state.
- [_reactive_.**join**](/reference/applying-reactivity#reactive-join) - get the states from the reactive scope.
- [_cm_.**$**](/reference/applying-reactivity#echox-$) - define a reactive callback.
- _cm_.**reactive** - create a reactive scope, where store the declared states.
- _reactive_.**let** - declare a state.
- _reactive_.**join** - get the states from the reactive scope.
- _cm_.**$** - define a reactive callback.