Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/rfcsPublic

[Vuex] Vuex 5#271

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
kiaking wants to merge3 commits intovuejs:masterfromkiaking:vuex-5
Closed

[Vuex] Vuex 5#271

kiaking wants to merge3 commits intovuejs:masterfromkiaking:vuex-5

Conversation

kiaking
Copy link
Member

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.

  • 2 syntax support for the store creation, options api, and composition api.
  • No mutations. Only state, getters, and actions.
  • No nested modules. Only stores. Compose them instead.
  • Complete TypeScript support.
  • Transparent, automated code splitting.

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.

posva, mustafa-online, kytosai, odanado, KABBOUCHI, edimitchel, Kawacrepe, zyhou, zefman, swantzter, and 118 more reacted with thumbs up emojibusti reacted with thumbs down emojimblackritter reacted with laugh emojiposva, mustafa-online, kytosai, edimitchel, KobayashiNoboru, zefman, swantzter, egurinko, dhruvkelawala, mikerockett, and 42 more reacted with hooray emojiCyberAP, AndrewSparrowww, peoray, bencodezen, kytosai, mcchrish, zhizouvip, and filipbekic01 reacted with confused emojirathax, mustafa-online, bobstrange, kytosai, Pavel-Son, edimitchel, zefman, zigomir, dhruvkelawala, jacekkarczmarczyk, and 40 more reacted with heart emojikytosai, shippokun, zefman, dhruvkelawala, jacekkarczmarczyk, hartmut-co-uk, fratzinger, miguelrk, zfeher, peoray, and 22 more reacted with rocket emojiAlanscut, nesscx, kinghat, filipbekic01, and mblackritter reacted with eyes emoji
@kiakingkiaking added the vuex labelMar 2, 2021
@kiaking
Copy link
MemberAuthor

We're closing this RFC due toPinia 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.

mblackritter, DaurF, SaeedAdam-Work, and lzvtor reacted with thumbs up emojimblackritter and fessracha reacted with laugh emojimblackritter and Risyandi reacted with hooray emojimaxdzin, malobre, unrevised6419, patak-dev, hendrysadrak, nurRiyad, Szymon-N9, joshistoast, Julianvdg, evgeniyGusev, and 9 more reacted with heart emojimblackritter and usagiga reacted with rocket emojimblackritter reacted with eyes emoji

@maxdzin
Copy link

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

kiaking, malobre, techwn, mblackritter, usagiga, DaudIbrahim, yang1206, and mjsong07 reacted with thumbs up emojimblackritter and anime-shed reacted with laugh emojimblackritter reacted with hooray emojimblackritter reacted with heart emojimblackritter, sathish099, Risyandi, and FernandoGonzalezHomerti reacted with rocket emojimblackritter reacted with eyes emoji

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@kiaking@maxdzin@Liwoj

[8]ページ先頭

©2009-2025 Movatter.jp