State Management
Any reasonably large application will have to deal with state management at some point. State-related code is often one of the biggest boilerplates in your codebase. Well, at least until you start using our state management plugins.
Options
Section titled “Options”Hey API natively supports the following state managers.
- Pinia Colada
- TanStack Query
- SWR Vote
- Zustand Vote
Don’t see your state manager? Let us know your interest by opening an issue.
Examples
You can view live examples on StackBlitz or on GitHub.