Nifty ES6 tricks

In this blog post, I show six tricks enabled by new ES6 features. At the end of each section, I point to related material in my book “ Expl…

Similar

Practical ES6 Book: Free to Read Online

Modular JavaScript is a book series focusing on building small interconnected ES6 JavaScript modules that emphasizes on maintainability. Practical ES6 is the first book in the series, and it discusses ES6 features in detail. Practical ES6 includes hundred... (more…)

Read more »

Babel and ES6

Babel is a JavaScript compiler. That means with Babel, you can write syntax in the latest version of JavaScript, and it will transform the code to be browser-compatible JavaScript. This is awesome, because it is good to learn the most up to date version, ... (more…)

Read more »

Backbone with ES6

I don’t know about you but I’m amazed by how many solutions there are for writing maintainable apps these days. Remember 7 years ago. — Dan Abramov (@dan_abramov) August 30, 2016 Ah yes, Dan Abramov. How right he is! Building maintainable apps for t...

Read more »