DEV Community

Discussion on: Functional components in Vue.js (2.x)

Collapse
 
vhoyer profile image
Vinícius Hoyer • Edited

First of all, sorry for the late reply :(

But about your comment: Vue 3 does not recommend using functional components anymore because of all the optimizations done to stateful components, rendering the performance benefits of functional components "negligible" (as they say). You can see more information about this in the link bellow.
v3.vuejs.org/guide/migration/funct...

That addressed, I will admit that I didn't look into how Vue 3 + Composition API + functional components would work in regards to the issues I pointed out, just because I don't intend on using them anymore :D

If I can help you any further, I will be happy to help.