<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" encoding="UTF-8" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:fireside="http://fireside.fm/modules/rss/fireside">
  <channel>
    <fireside:hostname>web02.fireside.fm</fireside:hostname>
    <fireside:genDate>Thu, 23 Apr 2026 10:44:52 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>PodRocket - Episodes Tagged with “Browser Apis”</title>
    <link>https://podrocket.logrocket.com/tags/browser%20apis</link>
    <pubDate>Thu, 02 Apr 2026 08:00:00 -0400</pubDate>
    <description>PodRocket covers everything you need to know about frontend web development on a weekly basis. Join our hosts as they interview experienced developers about all the libraries, frameworks, and tech industry issues they deal with every day.
</description>
    <language>en-us</language>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>A web development podcast from LogRocket</itunes:subtitle>
    <itunes:author>LogRocket</itunes:author>
    <itunes:summary>PodRocket covers everything you need to know about frontend web development on a weekly basis. Join our hosts as they interview experienced developers about all the libraries, frameworks, and tech industry issues they deal with every day.
</itunes:summary>
    <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/cover.jpg?v=4"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:keywords>front-end, web development, front-end development, frontend development, tech, </itunes:keywords>
    <itunes:owner>
      <itunes:name>LogRocket</itunes:name>
      <itunes:email>elizabeth.becz@logrocket.com</itunes:email>
    </itunes:owner>
<itunes:category text="Technology"/>
<item>
  <title>The browser APIs you're shipping libraries to replace with Kilian Valkhof</title>
  <link>http://podrocket.logrocket.com/the-browser-apis-youre-shipping-libraries-to-replace-with-kilian-valkhof</link>
  <guid isPermaLink="false">72dcf3b2-7f73-40ae-8163-c70e0c969cf4</guid>
  <pubDate>Thu, 02 Apr 2026 08:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/72dcf3b2-7f73-40ae-8163-c70e0c969cf4.mp3" length="92294528" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Most developers reach for date-fns or Moment.js without realizing the browser already ships a powerful string formatting library called the JavaScript Intl API. Killian Valkhof, creator of Polypane, walks through how locale-aware date formatting, currency formatting, the Segmenter API, and the Collator API can replace heavy npm dependencies, with support for over 7,000 locales baked right into every evergreen browser since 2017.</itunes:subtitle>
  <itunes:duration>38:27</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/7/72dcf3b2-7f73-40ae-8163-c70e0c969cf4/cover.jpg?v=1"/>
  <description>Most developers reach for date-fns or Moment.js without realizing the browser already ships a powerful string formatting library called the JavaScript Intl API. Killian Valkhof, creator of Polypane, walks through how locale-aware date formatting, currency formatting, the Segmenter API, and the Collator API can replace heavy npm dependencies, with support for over 7,000 locales baked right into every evergreen browser since 2017.
Links
Resources
INTL: The best browser API you’re not using | Kilian Valkhof: https://www.youtube.com/watch?v=mhzJ1UFlRjw
We want to hear from you!
How did you find us? Did you see us on Twitter? In a newsletter? Or maybe we were recommended by a friend?
Fill out our listener survey (https://t.co/oKVAEXipxu)! https://t.co/oKVAEXipxu
Let us know by sending an email to our producer, Elizabeth, at elizabeth.becz@logrocket.com (mailto:elizabeth.becz@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod).
Check out our newsletter (https://blog.logrocket.com/the-replay-newsletter/)! https://blog.logrocket.com/the-replay-newsletter/
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we’ll send you free PodRocket stickers!
What does LogRocket do?
LogRocket provides AI-first session replay and analytics that surfaces the UX and technical issues impacting user experiences. Start understanding where your users are struggling by trying it for free at LogRocket.com. Try LogRocket for free today. (https://logrocket.com/signup/?pdr)
Chapters
00:00 Introduction — Browser APIs &amp;amp; the Intl API
01:00 Why Developers Overlook Internationalization
02:30 What the Intl API Actually Is (It's a Formatting Library)
04:00 7,000 Locales Built Into Every Browser
06:00 What Intl Does NOT Do — It's String Output Only
07:00 date-fns, Moment.js, Luxon, and Numeral.js Compared
09:00 Why the Segmented Rollout Slowed Adoption
11:00 Currency Formatting and Locale Trust Signals
13:00 The Worst Under-Used API in the Browser
16:00 How Browser Specs Have Evolved Since HTML5
18:30 Dialogue, Popover, Anchor Positioning — New Primitives
23:00 The Top Layer and Z-Index Problems Solved
25:00 WebGPU, WASM, and Native API Trends
27:30 The Easiest Way to Start Using Intl Today
31:00 Collator, Segmenter, and List Format APIs
32:00 Wrap-Up and Where to Find Killian's Full Talk Special Guest: Kilian Valkhof.
</description>
  <itunes:keywords>avaScript Intl API, browser APIs, internationalization, web development, date formatting, locale, string formatting, Polypane, date-fns, Moment.js, avaScript Intl API tutorial for developers, replace date-fns with browser Intl API, browser built-in date formatting library, how to use window.Intl in JavaScript, locale-aware string formatting JavaScript, stop shipping date libraries to the client</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Most developers reach for date-fns or Moment.js without realizing the browser already ships a powerful string formatting library called the JavaScript Intl API. Killian Valkhof, creator of Polypane, walks through how locale-aware date formatting, currency formatting, the Segmenter API, and the Collator API can replace heavy npm dependencies, with support for over 7,000 locales baked right into every evergreen browser since 2017.</p>

<h3>Links</h3>

<h3>Resources</h3>

<p>INTL: The best browser API you’re not using | Kilian Valkhof: <a href="https://www.youtube.com/watch?v=mhzJ1UFlRjw" rel="nofollow">https://www.youtube.com/watch?v=mhzJ1UFlRjw</a></p>

<h3>We want to hear from you!</h3>

<p>How did you find us? Did you see us on Twitter? In a newsletter? Or maybe we were recommended by a friend?</p>

<p><strong>Fill out our <a href="https://t.co/oKVAEXipxu" rel="nofollow">listener survey</a>!</strong> <a href="https://t.co/oKVAEXipxu" rel="nofollow">https://t.co/oKVAEXipxu</a></p>

<p>Let us know by sending an email to our producer, Elizabeth, at <a href="mailto:elizabeth.becz@logrocket.com" rel="nofollow">elizabeth.becz@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<p><strong>Check out our <a href="https://blog.logrocket.com/the-replay-newsletter/" rel="nofollow">newsletter</a>!</strong> <a href="https://blog.logrocket.com/the-replay-newsletter/" rel="nofollow">https://blog.logrocket.com/the-replay-newsletter/</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket provides AI-first session replay and analytics that surfaces the UX and technical issues impacting user experiences. Start understanding where your users are struggling by trying it for free at LogRocket.com. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p>

<h3>Chapters</h3>

<p>00:00 Introduction — Browser APIs &amp; the Intl API<br>
01:00 Why Developers Overlook Internationalization<br>
02:30 What the Intl API Actually Is (It&#39;s a Formatting Library)<br>
04:00 7,000 Locales Built Into Every Browser<br>
06:00 What Intl Does NOT Do — It&#39;s String Output Only<br>
07:00 date-fns, Moment.js, Luxon, and Numeral.js Compared<br>
09:00 Why the Segmented Rollout Slowed Adoption<br>
11:00 Currency Formatting and Locale Trust Signals<br>
13:00 The Worst Under-Used API in the Browser<br>
16:00 How Browser Specs Have Evolved Since HTML5<br>
18:30 Dialogue, Popover, Anchor Positioning — New Primitives<br>
23:00 The Top Layer and Z-Index Problems Solved<br>
25:00 WebGPU, WASM, and Native API Trends<br>
27:30 The Easiest Way to Start Using Intl Today<br>
31:00 Collator, Segmenter, and List Format APIs<br>
32:00 Wrap-Up and Where to Find Killian&#39;s Full Talk</p><p>Special Guest: Kilian Valkhof.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Most developers reach for date-fns or Moment.js without realizing the browser already ships a powerful string formatting library called the JavaScript Intl API. Killian Valkhof, creator of Polypane, walks through how locale-aware date formatting, currency formatting, the Segmenter API, and the Collator API can replace heavy npm dependencies, with support for over 7,000 locales baked right into every evergreen browser since 2017.</p>

<h3>Links</h3>

<h3>Resources</h3>

<p>INTL: The best browser API you’re not using | Kilian Valkhof: <a href="https://www.youtube.com/watch?v=mhzJ1UFlRjw" rel="nofollow">https://www.youtube.com/watch?v=mhzJ1UFlRjw</a></p>

<h3>We want to hear from you!</h3>

<p>How did you find us? Did you see us on Twitter? In a newsletter? Or maybe we were recommended by a friend?</p>

<p><strong>Fill out our <a href="https://t.co/oKVAEXipxu" rel="nofollow">listener survey</a>!</strong> <a href="https://t.co/oKVAEXipxu" rel="nofollow">https://t.co/oKVAEXipxu</a></p>

<p>Let us know by sending an email to our producer, Elizabeth, at <a href="mailto:elizabeth.becz@logrocket.com" rel="nofollow">elizabeth.becz@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<p><strong>Check out our <a href="https://blog.logrocket.com/the-replay-newsletter/" rel="nofollow">newsletter</a>!</strong> <a href="https://blog.logrocket.com/the-replay-newsletter/" rel="nofollow">https://blog.logrocket.com/the-replay-newsletter/</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket provides AI-first session replay and analytics that surfaces the UX and technical issues impacting user experiences. Start understanding where your users are struggling by trying it for free at LogRocket.com. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p>

<h3>Chapters</h3>

<p>00:00 Introduction — Browser APIs &amp; the Intl API<br>
01:00 Why Developers Overlook Internationalization<br>
02:30 What the Intl API Actually Is (It&#39;s a Formatting Library)<br>
04:00 7,000 Locales Built Into Every Browser<br>
06:00 What Intl Does NOT Do — It&#39;s String Output Only<br>
07:00 date-fns, Moment.js, Luxon, and Numeral.js Compared<br>
09:00 Why the Segmented Rollout Slowed Adoption<br>
11:00 Currency Formatting and Locale Trust Signals<br>
13:00 The Worst Under-Used API in the Browser<br>
16:00 How Browser Specs Have Evolved Since HTML5<br>
18:30 Dialogue, Popover, Anchor Positioning — New Primitives<br>
23:00 The Top Layer and Z-Index Problems Solved<br>
25:00 WebGPU, WASM, and Native API Trends<br>
27:30 The Easiest Way to Start Using Intl Today<br>
31:00 Collator, Segmenter, and List Format APIs<br>
32:00 Wrap-Up and Where to Find Killian&#39;s Full Talk</p><p>Special Guest: Kilian Valkhof.</p>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
