Must Read
Coming to ES2018: Rest/Spread Properties
Dr. Axel wrote up some notes on the rest/spread property proposal back in 2016 but it’s now reached stage 4 and will be in ECMAScript 2018, so it’s worth revisiting.
Sponsor (Thank You)

Fix bugs like a boss 🛠️
Instantly know whats broken and why. Rollbar detects when code breaks in real-time and provides a full stack trace and diagnostic data to help you defeat impactful production issues. Resolve errors in minutes, and deploy code with confidence with Rollbar.
Learn
Creating and Publishing Web Components with Stencil
Stencil is a tool for compiling modern, standards-compliant Web Components.
A Guide to Web Performance Optimization with Webpack
A guide to using the popular asset bundling tool to make pages smaller to download and quicker to use.
Building a Text-Based Adventure in Vue.js
IBM developer advocate Raymond Camden teaches how to build a text-based adventure in Vue.js.
Ember 3.0 Released
In this post, Matthew Beale announced the release of Ember 3.0 that focused on the framework by removing long-deprecated APIs and support for legacy platforms.
Understanding Cross-Origin Resource Sharing (CORS)
CORS is a mechanism which aims to allow requests made on behalf of you and at the same time block some requests made by rogue JS.
Tools & Code
Hyperapp for Redux Refugees
An explanation and comparison of Hyperapp vs Redux for managing state, with a neat side-by-side code comparison showing how much simpler Hyperapp code can be.
Why You Should Choose Luxon for Date Wrangling in JavaScript
Luxon is a modern Javascript date/time library built by one of the Moment.js developers to address some shortcomings in the old standby for date manipulation.