Why Backbone.js and ES6 Classes Don't Mix Sep 23, 2015 I've seen some confusion out there about how to use ES6 Classes with Backbone. In the original version of the ES6 class spec, this was actually a simple thing to do, though the syntax wasn't great. view source Advertisement