The `Intl` object in JS is so valuable, yet so underutilized
Learn how to generate friendly relative time strings from a given date - like "in 10 minutes" or "last week" or "tomorrow" - with 0 dependencies in my latest blog post: https://t.co/XU3SHfAkMF
🔥 TypeScript Tip 🔥
This one's a little intense. Let's transform a discriminated union into a union.
Using this key remapping technique, we can properly iterate through each member of the union and transform it 🤯
Looks crazy, but ends up being a really nice mental model.