Y
Hacker News
new
|
ask
|
show
|
jobs
by
lenkite
1781 days ago
Vue template HTML can be parsed by an HTML parser - lots of them available. Can you do that with JSX ? Personally, I find JSX is more of an "alien" than Vue template HTML.
1 comments
zkldi
1781 days ago
Well, no, because JSX is meant to be parsed by a JS parser and not a HTML parser.
link