Facebook has released React v0.13, bringing with it support for ES6 classes. React is Facebook's JavaScript library for building reactive user interfaces, and is used to build the Instagram app, as ...
Today, there are a number of development tools available for JavaScript developers to make the job easier. These tools let us focus on stop worrying about the mundane tasks related to application ...
If you’re a developer, you’ve probably heard a little bit about ECMAScript 6 (ES6) already, though at first glance it might seem a little confusing. What it really boils down to is this: it’s the next ...
What the heck are all these arrows (=>) and dollar signs (`Hello ${name}`) doing in this new JS code I’m seeing? What’s with these objects with no value pairs? JavaScript is constantly improving, and ...