Hey everyone, tried to find some info on this, but couldn't really find any solid opinions... I'm trying to build an Express app and I'm curious about the best way to go about server side Node code.Should I be using Babel to transpile ES6/7/8 code? Or should I just live without using import/export and using Node 7.6+ and having async/await + 'use strict'?Is there anything cool and actually useful that I would be missing out on by not using Babel other than import/export at this stage?Are native promises still not as good as bluebird promises (or was this ever the case? I feel like I read this somewhere once)?I noticed that 6.10.3 is the recommended version on the nodejs.org, does that mean 7+ isn't stable?Reasoning behind the answers would be greatly appreciated, thanks!
Submitted May 04, 2017 at 04:56AM by bufferoverflo
No comments:
Post a Comment