State management Flashcards
1
Q
What is a store pattern?
A
A solution is to extract the shared state out of the components, and manage it in a global singleton.
Vue3 > State management > Flashcards
What is a store pattern?
A solution is to extract the shared state out of the components, and manage it in a global singleton.