A collaborative website about the latest JavaScript features and tools.
Send a Post

*using github

Mon Jan 04 2016 02:39:18 GMT+0000 (UTC)

Configuring Babel 6 for Node.js

Hi! If you are like me, you are tired of writing the same old ES5 JS code in your Node.js applications.

If yes, you can use the newer features of JavaScript ES2015 and ES2016 standards in your Node.js applications today. ES2015 and ES2016 make the JavaScript development a cool breeze but hey, not every ES2015 feature is supported in our beloved Node.js.

This is where Babel comes to the rescue.

Hannan Ali
Posted by Hannan Ali
Fri May 08 2015 04:51:30 GMT+0000 (UTC)

how I'm using es6 modules in production

I've been using ES6 modules for a while in my daily work and I want to share with you guys how I'm doing it.
First of all, Babel is the consolidated tool for transpilation. It's a very active project, and it covers almost all of modern JavaScript features.
Babel works great for modules too, so you'll just need to decide the flavour, I mean AMD, Common, UMD and even customized modules.

Jaydson Gomes
Posted by Jaydson Gomes
icon testemonials

TESTIMONIALS

"ES6 improves developer ergonomics massively and jsrocks.org will help you grok the benefit you can reap and how to get it today. Love it."

image testemonial

Paul Irish

Google

"JS Rocks is a brilliant initiative, if you're looking for relevant content about what's coming next for the JavaScript language, here's the place to find."

image testemonial

Zeno Rocha

Liferay