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

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?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source