+1 vote
in VueJS by

What is the benefit of render functions over templates?

1 Answer

0 votes
by

In VueJS, the templates are very powerful and recommended to build HTML as part of your application. However, some of the special cases like dynamic component creation based on input or slot value can be achieved through render functions. Also, these functions gives the full programmatic power of javascript eco system.

Related questions

0 votes
asked Sep 7, 2023 in VueJS by DavidAnderson
0 votes
0 votes
asked Dec 14, 2021 in Tableau by DavidAnderson
...