ES6 Proxies in Practice

A proxy is an object that wraps an object or a function and monitors access… Read more

Similar

ES6 is great, until it’s not

It’s funny indeed, but at the same time it’s the typical showcase of Cargo Cult Programming — ritual inclusion of code or program structures that serve no real purpose. It might seem to be an edge…

Read more »

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 »