jdenoc / money-tracker

income/expense tracker with receipt retention
MIT License
5 stars 0 forks source link

Consider migrating from vuex to pinia #512

Open jdenoc opened 1 year ago

jdenoc commented 1 year ago

Pinia is a vuex replacement. https://pinia.vuejs.org/ https://pinia.vuejs.org/cookbook/migration-vuex.html#restructuring-modules-to-stores https://vueschool.io/articles/vuejs-tutorials/how-to-migrate-from-vuex-to-pinia/

jdenoc commented 1 year ago

Typescript is no longer required for this.