fancy-flashcard / ffc

Fancy Flashcard - Lightweight free/libre and open-source PWA to help you learning on all your devices
https://fancy-flashcard.github.io/ffc/
GNU General Public License v2.0
20 stars 9 forks source link

Vue Instance as Event Bus seems to be a bad practice #54

Open michael-spengler opened 3 years ago

michael-spengler commented 3 years ago

Das nutzen einer Vue instanz als "Event Bus" ist offiziell vom Maintainer als Bad Practise eingestuft worden. für solche sachen sollte lieber auf alternativen wie einen vuex store oder der direkten reactivity API von Vue zurücgegriffen werden

https://github.com/fancy-flashcard/ffc/blob/master/src/main.ts#L14