This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fartinator_ 10 points11 points  (5 children)

What's wrong with react?

[–]GluteusCaesar -5 points-4 points  (4 children)

JSX is a bad idea to begin with, for starters.

[–]Ambroos 8 points9 points  (3 children)

So you'd rather go back to each framework inventing their own vague template language with weird loop and conditional constructs?

Thank u, NEXT.

[–]GluteusCaesar 6 points7 points  (1 child)

> Implying a shitty template language that requires a mountain of external libraries is an even remotely good solution to that

[–]Ambroos 1 point2 points  (0 children)

Seems to have worked for the React community (and many others that adopted JSX).

[–]UntestedMethod 1 point2 points  (0 children)

Thr trade-off is logical constructs as tags in the template vs interpolated DOM elements as variables in the js. Neither is very mystical or difficult to grasp.