When to use Vuex
I have an application that is gonna have a huge load of graphs and counters that are all changable depending on filters set. Those changes are made without reloading the page, but instead using AJAX.
My question is: Is this the situation where I want to implement Vuex? As I understand it, it has some global storage for such things?