DEV Community

Discussion on: Vue 3 Composition API + socket.io

Collapse
 
kissu profile image
Konstantin BIFERT

You are not obliged to use the Composition API, you can also use the Options API with Vue3. Otherwise, yeah making a homemade vanilla solution is still the best way to go IMO.

Related SO question: stackoverflow.com/q/71466297/8816585