Skip to main content

Hooks

  • useAsyncCollection() — Resolves and stores at the given path of global state elements of an asynchronous data collection.
  • useAsyncData() — Resolves asynchronous data, and stores them at the given path of global state.
  • useGlobalState() — The primary hook for interacting with the global state, modeled after the standard React's useState().
caution