Vue 2: are template-based functional components as performant as render functions?

241 Views Asked by At

In Vue 2.5.0+ we have two different ways of implementing functional components: <template functional> and using a render function. However, I've always wondered: are both ways actually equally performant?

0

There are 0 best solutions below