Nathan De PachtereforAlpsifynathandepachtere-1697303834592.hashnode.dev·Jan 23, 2024How to use Mitt.js + Vue.js 3 + composition API + TypeScriptWhen you build an application with Vue.js, there comes a time when you start feeling overwhelmed and tired of the event system Vue.js offers you. I mean, it's super powerful and useful, but you can enhance your app, reuse code, organize your code, an...Discuss·479 readsalpsify
Chau Dinh (Chris)chrisdinh.hashnode.dev·Jan 13, 2023Communicating between two (or more) sibling componentsIn most situations, two sibling components communicate with each other via their common parent component, especially when they share the same state. Sometimes, we do need two components to communicate without including the parent in the process. For ...Discuss·51 readsReact