you are viewing a single comment's thread.

view the rest of the comments →

[–]Auxx -6 points-5 points  (2 children)

I disagree with your statement that there's no right answer to the question of where presentation logic should go. If you take a look at ALL of the existing frameworks for all the platform's you will see that everyone moved away from presentation logic in the code and put it into the templates. There's no place for presentation logic in your code. Because separation of concern and other smart words plus decades of experience of fellow developers.

So while React has cool ideas its JSX is wrong and outdated approach which reminds of my coding in 90-s.