vuejs / rfcs

RFCs for substantial changes / feature additions to Vue core
4.85k stars 551 forks source link

[Vuex] Vuex 5 #271

Closed kiaking closed 2 years ago

kiaking commented 3 years ago

Summary

Introducing a brand new Vuex for Vue 3. It's designed to improve various architecture and API of Vuex from what we've learned from past years. Here are the key differentiators from Vuex 3 & 4.

Links


Important: Do NOT comment on this PR. Please use the discussion thread linked above to provide feedback, as it provides branched discussions that are easier to follow. This also makes the edit history of the PR clearer.

kiaking commented 2 years ago

We're closing this RFC due to Pinia becoming the next official state management lib for Vue.

Pinia has almost the exact same or enhanced API as Vuex 5, described in this RFC. You could simply consider Pinia as Vuex 5 with a different name.

maxdzin commented 2 years ago

Using pinia for a long time and it works like a charm! Thanks so much for such a great lib and your efforts, guys!