logo
Zess
Guide
API
Playground
English
简体中文
Guide
API
Playground
English
简体中文

API Overview

Core

Basic Reactivity

  • useSignal
  • useEffect
  • useMemo

Lifecycle

  • onMount
  • onCleanup
  • onError

Components

  • <For>
  • <Index>
  • <Show>
  • <Switch>
  • <Match>
  • <ErrorBoundary>

Reactive Utilities

  • untrack
  • batch
  • on
  • createRoot
  • getOwner
  • runWithOwner
  • mapArray
  • indexArray
  • mergeProps
  • splitProps
  • catchError

Store Utilities

  • useStore

Secondary Primitives

  • useComputed
  • useRenderEffect
  • useSelector

Rendering

  • render

JSX Attributes

  • class
  • style
  • innerHTML
  • textContent
  • on___
  • ref

Router

Components

  • <Router>
  • <Route>
  • <Link>

Primitives

  • useNavigate
  • useSearchParams
  • useBeforeLeave