I had some issues trying to use this with React 0.11.1, but I’m not sure if the problem was me or a version mismatch.
mountComponent is complaining it can't find this.props when I use createBackboneClass. (Note also that React.createBackboneClass no longer seems to be defined; I had to import react.backbone as RB and then call RB.createBackboneClass.
