What's going on in < / > world
"Easy is boring. That's why I love the web and browsers." - Remy Sharp

Hello, you're reading Infinum Frontend Cookies, bringing you the latest JavaScript and CSS related news straight to your inbox every week.
How well do you know CSS selectors?
You think you know CSS selectors? Here is a quiz where you can prove your skills.
Take the quiz
Articles
One fine day evening, after writing a handful of beautiful JavaScript code, sipping your coffee, you smile — the code looks especially beautiful today, and you feel a sense or serenity filling your head...
The next big things on the React roadmap are Concurrent Mode and Suspense. They are related and complement each other, so people sometimes mix them up. But they represent very different concepts.
The z-index property, despite all that’s written about it, is still widely misunderstood and mishandled. Stacking issues in a complex single-page web application can become a major pain. Adhering to some principles, however, we can easily avoid these issues.
Learn how you can use the CSS env() feature and a PostCSS plugin to share the same variables between CSS and JS in a single file.
Package lock files serve as a rich manifest of dependencies for projects that specify the exact version of dependencies to be installed, as well as the dependencies of those dependencies, and so on—to encompass the full dependency tree.
Angular 8 is just around the corner. Although the Angular team has been a bit circumspect about precisely when version 8 will be released, they recently revealed that version 8 would arrive in March or April.
Pros, Cons, and lessons learned along the way
For beginners
Promise.all is one of the powerful API in JavaScript that helps us to aggregate group of promises. Learn Promise all with example.
Hello from the server side
Once upon a time we got Connect. It was a simple yet powerful pattern built on top a brand new foundation — node. Connect invented middleware and callbacks-as-workflow. Going from bare node to Connect might not seem like much today, but at the time, Connect offer a clean architecture where none existed.
Demo
A black hole animation with only one element