Hacker News new | past | comments | ask | show | jobs | submit login

If by virtual Dom you mean data binding, that's not a new concept, it's just not been client-side because JavaScript was too slow until recently.

Also data-binding brings its own myriad of problems that older programmers will know about from the days of desktop programming.

And 2 just sounds like a violation of the rule we've all learnt not to mix presentation and code.

So they're not reasons why React is interesting.




Perhaps you could elaborate on the myriad of problems with data-binding the prior generation has encountered, and how they are fixed or exacerbated by React's solution?

And with number 2, this is subjective, should a template be responsible for rendering it's children (necessitating the need for for loops)? Should it handle filtering in the case of tabulated data, in a way that is consistent and re-usable, or should this be another layer sat between model/controller and the view?




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: