|
|
|
|
|
by foldr
3753 days ago
|
|
It's not exactly news that HTML is verbose. I just like having the HTML I'm writing look like HTML. It's a fairly minor thing, and I wouldn't particularly mind using a different syntax, but on the whole I find it a bit easier to work that way. |
|
In very dynamic parts of site JS is better, which is the case for React.
But even for static parts, HTML is just familiar way to describe what should be displayed. I don't see anything wrong in use js syntax for that. Especially when js is used under the hood.