Order of Execution for VueJS dispatch function is causing an issue
I’m trying to display a list of announcements (retrieved from API) on the page. I’m using Vuex store and I have a state called announcements. I also want this list to be updated every time the user refreshes/enters the page. So I used lifecycle hooks, particularly the mounted(). I have a dispatch function that takes… Read More Order of Execution for VueJS dispatch function is causing an issue