|
|
|
|
|
by meathook
3499 days ago
|
|
You can use JSX to write your render functions in Vue [0]. It's opt-in as the Vue community views them as overkill in the usual case. Personally, I appreciate having the intuitive approach for templating as the default for people who don't share my encyclopedic knowledge of web development. They can more easily follow along and contribute. [0] https://vuejs.org/v2/guide/render-function#JSX |
|
> I appreciate having the intuitive approach for templating as the default for people who don't share my encyclopedic knowledge of web development
I always saw it the other way around, haha :) Why should I learn some template language, when JS can do the job and I already know it.