Local state mutation utilities for Vue 3.
- Pinia. "... Pinia is a store library for Vue, it allows you to share a state across components/pages..."
- Tanstack Query. "TanStack Query (FKA Vue Query) is often described as the missing data-fetching library for web applications, but in more technical terms, it makes fetching, caching, synchronizing and updating server state in your web applications a breeze."
- Xstate. "... a state management and orchestration solution for JavaScript and TypeScript apps... uses event-driven programming, state machines, statecharts, and the actor model to handle complex logic in predictable, robust, and visual ways."
Copyright 2024 gekkotadev
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.