Vuex was a recommended store for Vue 2 but for Vue 3, Pinia is.
Pinia has composition API support, you can run custom watchers on the store creation and is much more readable than the Vuex store.
Hence I'm implementing UIv2, and I would need to rewrite frontend yet again, I may as well also do the migration.
Does anybody have any thoughts or objections?