Working on a project where data needs to be shared between components in order to update a canvas element at 30-60fps for optimal performance on low-end devices.
Currently utilizing Vuex store/get method for data transfer, but considering using events as an alternative approach. Seeking information on the performance impact of Vuex before making any major code changes.
Seeking advice on whether to continue with Vuex or switch to event-based data passing. Using getters from an ES6 module for reference.