Why You Need This Library for Vuex in Vue 3

preview_player
Показать описание
While many Vuex features work great in the Composition API, the mappers like mapState don't translate into the new syntax.

However, the Vuex Composition Helpers library provides some extremely useful helper functions that give us the same functionality.



✅ FREE VUE 3 CHEATSHEET WITH ESSENTIAL CODE SNIPPETS

follow me on twitter:

INTRO
Daily (Prod. by Lukrembo)
Рекомендации по теме
Комментарии
Автор

This is one of the best vue tutorials. Keep it up.

mon_codes
Автор

Thank you for making it very concise! Unlike other video tutorials, i pause and repeat until I understand every single word you say. If I don't have to pause, it means i got it all 😄

jhlee
Автор

"Vuex simplified" video would be more than welcome! Thank you for that in advance, and also thanks for all the other videos you've created so far.

p.s. How you have only 4.25K subscribers so far is beyond me. I assume your channel will (because of the quality of it's content), at one point, become way more popular.

AnExplorer
Автор

I usually dont comment on videos but this video blew me with your simplicity.

hotchaddi
Автор

Well explained and straight to the point. Love it! You should be a teacher!

thabo
Автор

You deserve more subscribes. Excellent stuff as always

JawadAli-xiwh
Автор

True beginner video for vuex will be helpful

LordFullStack
Автор

but, is it possible to use two scripts in the same component, one with the composition api, y other with the option api?

Rosemdo
Автор

Please advise on how to keep track of "reactive" props....meaning props are constantly changing values in parent component, but in child components they should be reflecting the latest values...not sure how to do it....tried with "computed" but it doesn't work....please advise

codedjango
Автор

Would be great to have a composition API (script setup) with vuex.

Al-Misanthropic-Bundy