Omni Async
Async state, once.
A small, typed async state engine with native adapters for React, Vue, and Svelte.
- Framework independent
Keep behavior in
@omni-async/core, then use the same model through React, Vue, or Svelte. - Concurrency you control
Choose whether every request completes or only the latest request can update state.
- Typed end to end
Carry handler parameters, results, errors, and state through a compact TypeScript API.