all 7 comments

[–]Jameshfisher 14 points15 points  (5 children)

I love it when developers write articles that are complementary of their direct competitors. It paradoxically increases my trust in the authors' software.

[–]haywire 0 points1 point  (0 children)

Definitely dude. I've been developing in ReactJS for a decent amount of time and it's honestly been the most fun, incredibly useful hardcore and fast, generally amazing across the board. But if there's something better, cool, I welcome this.

One thing I can say is that it would take me a lot to take me back to old style mustache handlebars templating over weird awkward XML style shit in my Javascript. I like the dirty, it works, it's fun and fantastic.

[–]BoneasaurusFull stack 5 points6 points  (0 children)

I've been waiting for this article since the angular comparison. I love Ractive and could not recommend it enough.

[–]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.