|
|
|
|
|
by paulddraper
1143 days ago
|
|
Sadly, those statements are objectively false. > requiring multiple files for "hello world" False (unless you're counting angular.json conf file for Angular CLI??) > It uses invalid HTML, with attribute syntax including brackets and parentheses And what, JSX is valid HTML???? FWIW Angular templates is completely valid HTML. (The only non-standard thing is that the attributes are case-sensitive.) |
|
JSX makes so much more sense, making code the parent of the template, instead of keeping code and template as siblings.