Earlier quoted context omitted.
Let's establish a couple things right off the start: 1. You can write great applications without the latest language features 2. The latest language features do make development easier Babel is necessary for #2 if you don't have control over the browser which your users use to access your site. If you don't want to transpile, don't. It's as simple as that. However, the future of JS is the future of web development, t…
typical.. I'm very glad you're not the person 'establishing things' in our team. > If you don't want to transpile, don't. It's as simple as that. Are you kidding? Please tell me your estimation of how many developers write in ES6/ES7 without using Babel or other transpiler??? You don't really need to tell me what Types are about, I have a long standing C/C++ background. And I really don't need Typescript. I use dynam…
> Are you kidding? Please tell me your estimation of how many developers write in ES6/ES7 without using Babel or other transpiler???
I was implying that you simply don't use ES6.