Event Bus with Vue 3 and TypeScript
Vue 3 removed the beloved Event Bus used in Vue 2, but nothing is lost! Vue's internal Event Bus became obsolete and unnecessary in the Vue itself. It was quite useful, especially before we got provide/inject.
It allowed communication between compone...
jkonieczny.hashnode.dev9 min read