|
|
|
|
|
by a-guest
3374 days ago
|
|
> JSX is HTML and JS (?) "JSX is a preprocessor step that adds XML syntax to JavaScript." http://buildwithreact.com/tutorial/jsx Whereas the templates in Glimmer are built on HTML. At the 10,000 ft view, my two cents: it looks easier to reason about what is going on with dynamic elements in the template via handlebars together with what is going with the html elements themselves in terms of rendering/appearance/css, as compared to the JSX syntax. |
|
i just can't convince myself "it looks less scary" is worthy of the technical tradeoffs (for me, at the very least).