Hacker News new | ask | show | jobs
by gisenberg 3798 days ago
A note that using extends Component will cost you the function auto-binding that [p]react.createClass provides. In my specific case, using extends produced code that read more poorly.