openzim / overview

:balloon: Start here for current projects, how to get involved, and joining community calls. A resource for new and veteran members of the offline commmunity
2 stars 1 forks source link

Vuex is not anymore the standard Vue state management library #20

Closed benoit74 closed 1 year ago

benoit74 commented 1 year ago

In our standard stack, we previously decided to use Vuex for state management: https://github.com/openzim/overview/wiki/openZIM-workflow#frontend

This is not anymore the official state management management library : https://vuex.vuejs.org/

image

I recommend to adapt our standard to use Pinia instead of Vuex, so that new projects (including offspot/metrics frontend) use this new Vue official library.

rgaudin commented 1 year ago

Indeed we chose it for nautilus-webui but did not update the doc

benoit74 commented 1 year ago

Done