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.
What is the JAMstack and how do I get started?
JAMstack sites are all the rage right now in the web dev world. And rightfully so! But what exactly is it and how can we all take advantage of its benefits?

Read More
Articles
Ever had to deal with JS code that just... didn't run the way you expected it to? Maybe it seemed like functions got executed at random, unpredictable times, or the execution got delayed. There's a chance you were dealing with a cool new feature that ES6 introduced: Promises!
This guide looks at measuring React component render performance with the React Profiler API, measuring interactions with React's new experimental Interaction Tracing API and measuring custom metrics using the User Timing API.
While the response to Hooks has been overwhelmingly positive, take a look at some of the not so popular parts of React Hooks.
Knowing the order of transformations is at least half the struggle in clearing up some of the transformation magic happening with transform, independent transform properties, and Motion Path.
Learn how to measure memory usage of your web page in production to detect regressions. 
Thoughts on userscripts, a phenomenon the swept the internet back in the 00s.
JavaScript was initially invented for simple form manipulation, with no built-in features like module or namespace. This article discusses all mainstream terms, patterns, libraries, syntax, and tools for JavaScript modules.
For beginners
A list of 5 useful CSS properties that you might've missed.
Hello from the server-side
This article looks into the setting response headers and CSP for most generic applications.
Demo