top | item 35812219

(no title)

snemvalts | 2 years ago

JSX can be syntax highlighted and linted easier. What if a variable that is being referenced is missing at that time in the component's lifecycle?

JSX makes so much more sense, making code the parent of the template, instead of keeping code and template as siblings.

discuss

order

cout|2 years ago

This has been a debate since long before React or Angular existed. Keeping code and templates together typically makes sense to programmers while keeping the template as html in a separate file means you can edit it in any html editor, no special tools needed. I've always been partial to keeping them together, but working with designers who prefer it the other way, I can at least respect where they are coming from.

paulddraper|2 years ago

I mildly agree.

I note that Vue and Svelte have the same issue, and yet I rarely hear this criticism of them.