• Introduction
  • Designing State
  • Quick Start

API

Usage

Examples

createState

You can create a state by passing a design object to the createState function.

const state = createState({ ... })

You can use and interact with the resulting state using the state API.