While there are discrete steps you can take to enable individual advantages, you’ll hit limitations with each sooner or later.

However, if you’re like most developers, you will be quickly lured away from these tranquil waters. JSX, ES6, ES6 modules, hot reloading — pick your bait.

While there are discrete steps you can take to enable individual advantages, you’ll hit limitations with each sooner or later. For example, you can load babel in script tags and get JSX and ES6. But you’ll start running into problems when you want to break up your app across files and use the ES6 module pattern or roll out browser-less unit tests.

Sure, not all roads lead to a JavaScript bundler. But developers starting out have many compelling reasons to want to use one. A well-configured environment gives you the ability to use the complete ES6 feature set as well as other bells and whistles like hot reloading.

Leave a Reply

Your email address will not be published. Required fields are marked *