Building a Queue with Vue 3 and Vuex 4

Originally published at: Building a Queue with Vue 3 and Vuex 4 - Server Side Up

This is a post I’ve been wanting to write for some time. We had to implement a client side queue in two of our apps recently using Vue 3 and Vuex 4. Now why would you want a client side queue? Well with so much more power given to the web browsers, there are actually…

1 Like