Must Read
KV Storage, the Web's First 'Built-In' Module?
Chrome is experimenting with a concept called built-in modules, essentially a sort of standard library for JavaScript that requires no extra downloads in clients such as browsers. A very interesting idea, but not without controversy.
Sponsor (Thank You)

Time tracking for your business has never been this easy!
Time Tracking has never been this easy. Hyperlogs is the most comprehensive app that helps you manage all your projects and teams timesheets without the clutter and complexity. Its time to focus on growing your business.
Tracking time is only a small part of understanding how healthy your business is. Hyperlogs gives you powerful and invaluable insight that guides sound business decision making. Know your revenue as well as your costs and get visual cues when vital project adjustments are necessary to help it succeed.
Its time you start focusing on growing your business, so let Hyperlogs handle the rest.
Learn
Why You Need to Normalize Unicode Strings
Or when "Zoë" !== "Zoë"! If you’re dealing with Unicode strings, you need to take into account that characters could be represented in multiple ways. See how String’s normalize method can help.
A Look at Experimental Features in Node.js
Everything in Node was ‘experimental’ at some point. This post looks at some currently experimental features such as worker threads (essentially Node's answer to Web Workers) and performance hooks.
7 Tricks with Resting and Spreading JavaScript Objects
Using modern JS features to merge objects, organize properties, and more. +1 for all the Mighty Boosh references too.
A Complete Guide to React's useEffect
An amazingly epic post that will get anyone working with or thinking about React Hooks excited. It’ll help you understand a lot of the concepts involved. No time? There’s a good TLDR too.
Tools & Code
Sucrase: A Super-Fast Alternative to Babel.. in Certain Situations
Smaller in scope than Babel and compiles down to modern JS runtimes only (rather than ES5) with more performance optimizations to be had.
Building Angular and React Applications Together With Nx
A look at how Nx can help you develop with multiple frameworks.