Romalex
Romalex

Reputation: 1819

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?

Upvotes: 1

Views: 261

Answers (0)

Related Questions