It’s a distinction without a difference. Both need to be transpiled, what happens under the hood is of little concern to anyone.
Please explain React’s reactive data binding since it’s apparently much simpler than v-model=
;)
It is a massive difference. I do not like magic compilers. The JSX transform is trivial and not even necessary, just create a factory function and React.createElement becomes arguably more readable, just not HTML like.
It is a massive difference. I do not like magic compilers. The JSX transform is trivial and not even necessary, just create a factory function and React.createElement becomes arguably more readable, just not HTML like.