Question: Vuex map fields memory
MigFerreira opened this issue · 1 comments
MigFerreira commented
Hi I know this is general vuex question but since I'm using this mapper thought Id ask it here.
If I use store data in a component does it get duplicated in the runtime?
So if I'm using the same state in 10 different components does this mean the data occupies 10x its space during the lifetime of the components?
maoberlehner commented
No, it is only loaded in memory once.