Urgent.News

What's breaking now, across thousands of outlets.

Tech

Stop Installing Libraries: 13 Native APIs That Went Baseline in 2026

TL;DR: The browser caught up while you weren't looking. As of 2026, all 13 of these APIs are Baseline — supported across every major browser — so you can finally delete moment , lodash , axios , uuid , numeral , clipboard.js and more. Running tally at the bottom: ~115 KB gzipped, gone. Copy-paste code for each. You keep reaching for a package out of muscle memory. But "Baseline" now means these…

The browser now supports 13 native APIs that previously required installing libraries like lodash, uuid, moment, and numeral. This update, which became baseline in 2026, means you can now delete these libraries and use the platform's built-in functions instead.

1. structuredClone() replaced lodash.clonedeep (−5 KB) - The native structuredClone() function handles cloning of complex objects, preserving Dates, Maps, Sets, typed arrays, and circular references without the need for lodash.

2. crypto.randomUUID() replaced uuid (−1 KB) - This provides a spec-compliant v4 UUID in a secure context, eliminating the need for the uuid library.

3. Intl.RelativeTimeFormat + a 6-line helper replaced moment (−72 KB) - The native Intl.RelativeTimeFormat, combined with a small utility function, can format time differences just like moment, but without the large library dependency.

4. Intl.NumberFormat replaced numeral.js (−3.6 KB) - The native Intl.NumberFormat can handle currency, units, and compact notation, preserving localization without the need for numeral.js.

5. URLSearchParams replaced query-string (−4 KB) - The native URLSearchParams API allows you to work with URL query parameters directly, removing the need for a query-string library.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

GTA 6 Exclusive Preview

We visited Rockstar HQ to watch the devs play GTA 6 – what we saw was like stepping into a parallel universe.

The Tool You're Allowed to Use

Everything I've written about working with agents — the map , where to start , what engineers get wrong — quietly assumes something that isn't true for a lot of people: that you chose your tool.

More from Thursday 27 August →