[Vuejs]-Combining Multiple Codebases into one…Is creating a component for each codebase the right way?

0👍

Poor showing here by SO. The answer is to separate each codebase into different apps for those who see this. Otherwise, managing astronomically large components will be difficult. Don’t listen to Ram.

0👍

Yes it is but it decreases the performance. You can explore vuex. Vuex is a state management pattern + library for Vue.js applications. It serves as a centralized store for all the components in an application, with rules ensuring that the state can only be mutated in a predictable fashion.

Its easy to learn and wont take much time as well.

Leave a comment