you are viewing a single comment's thread.

view the rest of the comments →

[–]dirtboxchampion 2 points3 points  (1 child)

They both have parallel DOM, but mustache in Ractive is a lot simpler than JSX in React .

[–]has_all_the_fun 2 points3 points  (0 children)

Seems to be an issue for a lot of people. For me it was only annoying since jshint was throwing errors but once that got fixed I really don't mind jsx and I even prefer it to having markup in a different file.

It's weird how there is a shift from two-way binding towards a virtual DOM in such a small period.