Frontend Development

ECMAScript 6 in production

Submitted by Narkeba, , Thread ID: 51153

Thread Closed
ECMA6
I use in the pure state
0%
Votes:
0
% of votes:
0%
I use using the transpiler
50.00%
Votes:
1
% of votes:
50.00%
I use ECMAScript 5.1
50.00%
Votes:
1
% of votes:
50.00%
You have already voted. Click on the dropdown to undo your vote.
15-10-2017, 12:00 AM
This post was last modified: 15-10-2017, 12:01 AM by Narkeba
#1
Do you use ES6 in production code? Or do you use transpilers? We can be so and write at all in ES5.1 syntax (as I Smile)

RE: ECMAScript 6 in production

#2
For sure, ES2015 in node and using babel as transpiler/compiler. Wouldn't throw ES2015 and newer out to the browsers quite yet

RE: ECMAScript 6 in production

#3
I Use Angular 4 with TypeScript and because TypeScript is a SuperSet of ES6 i use most of the ES6 features, in a sense I am using Transpiler.

Users browsing this thread: 1 Guest(s)