When should we use Vuex?

It should be obvious you don’t have to keep data that’s only used by one component in the store. Since no other component needs to know about any changes to that data, one should manage it in the component using it. Vuex allows organisation of data into modules so you can keep everything tidy and maintainable.5 Ağu 2020

Sizin İçin Seçtik  What is payload Vuex?

Leave a Reply

Your email address will not be published. Required fields are marked *