This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
Splitting a Large Vuex Store Into Namespaced Modules Part 3
In this lesson we finish up our Vuex modules refactor by making the necessary code changes in the components that interact with the store. Though the process has been long and tedious, some obvious patterns arise making it a fairly straightforward process. The moral of the story: don't be afraid to use Vuex modules, the sooner the better.