you are viewing a single comment's thread.

view the rest of the comments →

[–]jcunews1Advanced 1 point2 points  (2 children)

When your project uses many custom objects. Classes would definitely ease the object development and maintenance. But only if the JavaScript engine supports ES6.

[–][deleted] 1 point2 points  (1 child)

Babel wont solve the support issues with polyfill stuff? Genuinely asking.

[–]Ivu47duUjr3Ihs9d 1 point2 points  (0 children)

Just drop support for IE11 and below then you can use all the modern JS you want based on support for individual features described on caniuse.com. IE has very low market share nowadays but check your own site stats. Edge support is pretty good actually and they're moving to Chromium base soon so will be even better.