WizzWriters / spelldraw-app

Free and open-source whiteboard.
https://wizzwriters.github.io/spelldraw-app/
Other
0 stars 0 forks source link

Better state management(store) 🏪 #51

Closed MusicFreak456 closed 1 year ago

MusicFreak456 commented 1 year ago

Move elements of global state to some state management framework. Need to research some popular ones like Vuex.

MusicFreak456 commented 1 year ago

This will enable much easier implementation of #32

MusicFreak456 commented 1 year ago

There is a new store implementation backed by Vue team: https://pinia.vuejs.org/