Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

React is a view + template, not a framework.

From the React site: "React as the V in MVC".

It's perfectly normal to combine react with something like Backbone as more complete solution.



React components are controllers too. "componentDidMount" == controller event. They are lightweight controllers, though.


@Touche True. It's perfectly reasonable to add a model/data layer to React as a final/complete solution. In such a situation a heavy weight controller can be skipped.




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

Search: