DEV Community

Discussion on: How to increase your rendering performance by 70% in Vue.js

Collapse
 
jsbroks profile image
Justin Brooks • Edited

Performance gains from 2.x for functional components are now negligible in 3.x, so its recommend just using stateful components...

v3.vuejs.org/guide/migration/funct...

Collapse
 
matheusgomes062 profile image
Matheus Gomes 👨‍💻

Wow, Indeed something I didn't know. In my case, I am using Vue2, that's why I didn't see that. Nice to know!