from Hacker News

Backbone.React.Component

by adelevie on 2/6/14, 11:57 PM with 1 comments

  • by rubiquity on 2/7/14, 12:23 AM

    Awesome. I think pairing Backbone and React is a nice lightweight stack for building a rich client-side. I'll have to read through the code a bit more but at first glance this seems like a nice way to use them together. Previously I would create the React Components separately and then render them in a Backbone.View's render method.