Skip to content
On this page
v2.0.0-pre.18

Stores Overview

Stores are more modular in Feathers-Pinia 2.0. The Vue Composition API allows each Model Function to have its own standalone store, by default. You can also create Pinia stores and even setup Model Functions and Pinia stores to work together.

What to Learn

These Store-related pages teach the most important concepts for using the various types of stores available in Feathers-Pinia.

Many thanks go to the Vue, Vuex, Pinia, and FeathersJS communities for keeping software development FUN!