(no title)
ROARosen | 3 years ago
Not entirely true. If you're looking to code that "resembles code that can run in the browser" without that much "magic", Vue has an interface for directly declaring render functions, also for the possibility of using JSX.
See doc here: https://vuejs.org/guide/extras/render-function.html
No comments yet.