Dan Prince demonstrates 10 ways in which you can use native ES6 features (such as arrow functions & collection methods) to replace Lodash in your projects.
The 2016 React Europe conference in Paris was a great opportunity to hear from and interact with developers all around the world who are building things with React.
The React framework is an powerful part of Model-View-Controller trinity, because it focuses purely on the View alone. React is written in JavaScript and created by the Facebook and Instagram development teams.
Jani demonstrates techniques for writing self-documenting code that make it easier to understand, reduce the need for comments, and improve program design.
It all started with a StackOverflow question. It seemed so simple: “hey browser, here are my page margins, can you respect that please?” to which it responded: NO.
This is a strange time for JavaScript books. Because we just got a major update to the JavaScript language in ES6, today’s JavaScript syntax and style looks quite different from the ES3-ES5 style JavaScript you’ll see discussed in most books, but because ES6 is really just a superset of ES5, most of the old books have nuggets of learning that still apply.
We often talk about the growing number of npm dependencies, and how they make us productive and fast or fragile and insecure. But what exactly is an npm dependency? This post defines the ways to look at an npm dependency.
Decorative Text Underline uses a combination of box-shadow and text-shadow to form a modest underline that preserves the element color and weaves between text descenders.