Back
Similar todos
Improvement: seperate Vuex stuff in different modules (CSS, AppState, etc) #devsync
Add app state (Vuex) and loading bar #scouvy
Replace all remaining references to $store.state in the .vue files with mapState, except those references that are part of a getter in a computed property with the same name as the state variable. #rhymecraft
move Vuex to typescript, kinda #devsync
rewrite Gitlab Vuex example to Svelte stores example
Add support for Vuex 4.0 to persistedstate plugin #oss
move all api calls to vuex actions #gitwriter
refactor auth into vuex module #watchr
got the Vuex arrays that were showing up empty to actually show their contents; I think the mutations were taking too long to calculate the new values and so the devtools were just leaving the value blank, so I moved the calculations into Vuex actions and just have the actual assignment as mutations.
Move the code that creates the twoDimensionalLyricsRhythmArray into its own Vuex module to keep the root Vuex module smaller. #rhymecraft
Refactor editor Vue logic #stenograph
Refactor editor Vue logic #stenograph
#filepond update Vue example code so it conforms to Vue good practises
Setup Vue app with Vuex because that’s what hipsters do #roast
rewatch Section 17 "Better State Management with Vuex" at www.udemy.com/vuejs-2-the-com… #devlearning
#pintura add Vue components
Fix Vueuse docs example