Hacker News new | ask | show | jobs
by wildpeaks 3439 days ago
If you stick to ES2015 features that Node 6/7 support, you can skip transpilation node-side though. Depending on the project, that can be quite convenient.
1 comments

I always felt transpiling on server side as unnecessary overheard, Node 6/7 support most of new features it's too much to transpile for 1-2 features.