-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Description
I know this is not node question.. But want to know what community thinks..
Can I write a full application using current es6 features released with node?
Can I combine write es5 and es6. Will it lead to performance issues? Ex current node/v8 does not have es6 import/export. I can write a class but use module.exports to export. Does it affect anywhere?
If anyone did how was the performance?
I see some of them say native promises are slower, and performance of let===var.. Does this affect a web application? Is there any issues raised in v8 regarding this?
ES7-
I know many of us know Microsoft has added the experimental async and await feature in chakra..
That is awesome right?.. It will add some cleaner async operations.. Now that feature is added to stage 2 and may added stage 3 in near future.. Does anyone know when v8 gonna adds this and node gonna adapt? Timeline?
P.S: if this is not right place to ask this question.. Point me where I need to move.
Thanks