Skip to content

reactive-helpersReactive composition utilities for Vue 3

Render a reactive list, sync one object, and track loading and error state. You bring the data layer; the composables stay transport agnostic.

Where to start

New here? Build a reactive list first. It is the smallest complete taste of the library, and the rest of the docs route back to it.

  • Learn by building. The tutorials walk one task end to end. Start with Build a reactive list, then Edit one object.
  • Solve a specific backend task. The how-to guides show how to wire handlers, register shared CRUD defaults, and reload from reactive params.
  • Understand how the pieces fit. The concepts pages explain what an instance owns versus your handlers, how the list pipeline transforms a rendered list, and how the object pipeline keeps one record in sync.
  • Look up an exact API. The reference documents every module, composable, and utility, plus a glossary of terms.