Sign in
Log inSign up

When to use Vuex

Emil Moe's photo
Emil Moe
·Jan 5, 2017

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?