<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/static/rss.xsl"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
     xmlns:podcast="https://podcastindex.org/namespace/1.0"
     version="2.0">
<channel>
<title>React Delivery</title>
<link>https://react.delivery</link>
<atom:link href="https://pinecast.com/feed/react-delivery" rel="self" type="application/rss+xml" />
<generator>Pinecast (https://pinecast.com)</generator>
<language>en-US</language><itunes:author>Conlin Durbin</itunes:author>
<description><![CDATA[A podcast about delivering high-performance, accessible React apps.]]></description>
<itunes:owner>
<itunes:name>Conlin Durbin</itunes:name>
<itunes:email>conlin@react.delivery</itunes:email>
</itunes:owner>
<itunes:explicit>no</itunes:explicit>
<itunes:image href="https://storage.pinecast.net/podcasts/covers/ce1c4fec-24b1-452d-99ee-01d98e9c1378/reformatted.jpg" />
<image>
<title>React Delivery</title>
<link>https://react.delivery</link>
<url>https://storage.pinecast.net/podcasts/covers/ce1c4fec-24b1-452d-99ee-01d98e9c1378/reformatted.jpg</url>
</image><itunes:type>episodic</itunes:type>
<copyright>Copyright 2026</copyright>
<itunes:subtitle>A podcast about delivering high-performance, accessible React apps.</itunes:subtitle>
<itunes:category text="Technology" />
<itunes:category text="Business"><itunes:category text="Careers" /></itunes:category>
<itunes:category text="Education"><itunes:category text="Self-Improvement" /></itunes:category>
<item><title>Leveling up your React Knowledge with Dave Ceddia</title>
<guid isPermaLink="false">https://pinecast.com/guid/1f1f5128-a669-49ce-b9ba-dae6a1bf41b6</guid>
<pubDate>Thu, 02 Jan 2020 20:14:08 -0000</pubDate>

<itunes:duration>00:42:58</itunes:duration>
<itunes:subtitle>Today's guest is Dave Ceddia, software engineer and author of Pure React. I really enjoyed this chat - we dig into what it takes to learn React, chat a bit about micro-frontends, and how to keep up with an ever-changing tech landscape. I think you'll real</itunes:subtitle>
<description><![CDATA[<p><a href="https://daveceddia.com/pure-react/" rel="nofollow">Dave's book Pure React</a> <br>
<a href="https://snook.ca/archives/javascript/difficulty-with-react" rel="nofollow">Article about React "rings of a tree"</a> <br>
<a href="https://micro-frontends.org/" rel="nofollow">Microfrontends</a> <br>
<a href="https://daveceddia.com/custom-hooks/" rel="nofollow">Custom Hooks post from Dave</a> <br>
<a href="https://medium.com/@baphemot/understanding-react-suspense-1c73b4b0b1e6" rel="nofollow">React Suspense</a> <br>
<a href="http://boringtechnology.club/" rel="nofollow">Boring Technology Club</a> <br>
<a href="https://twitter.com/dceddia" rel="nofollow">Dave's Twitter</a> <br>
<a href="https://daveceddia.com" rel="nofollow">Dave's Website</a> <br>
<a href="https://daveceddia.com/pure-react/" rel="nofollow">Pure React</a></p>

<p>This podcast is powered by <a href="https://pinecast.com" rel="nofollow">Pinecast</a>.</p>
]]></description>
<itunes:explicit>no</itunes:explicit>
<enclosure url="https://pinecast.com/listen/1f1f5128-a669-49ce-b9ba-dae6a1bf41b6.mp3?source=rss&amp;ext=asset.mp3" length="41254939" type="audio/mpeg" />
<itunes:season>1</itunes:season>
</item>
<item><title>Accessibility and React with Lindsey Kopacz</title>
<guid isPermaLink="false">https://pinecast.com/guid/e146a6c3-5427-400c-b7e6-96aad29abd2f</guid>
<pubDate>Thu, 02 Jan 2020 20:12:31 -0000</pubDate>

<itunes:duration>00:42:18</itunes:duration>
<itunes:subtitle>Hello everyone! Welcome to the first episode of React Delivery! I had an absolutely amazing talk with Lindsey Kopacz (@LittleKope) about accessibility, React, and how our work as developers can be foc...</itunes:subtitle>
<description><![CDATA[<p><a href="https://www.a11ywithlindsey.com/" rel="nofollow">Lindsey's Blog</a> <br>
<a href="https://www.a11ywithlindsey.com/about/" rel="nofollow">More about Lindsey</a> <br>
<a href="https://techladyhackathon.org/" rel="nofollow">Tech, Rebalanced</a></p>

<p><a href="https://www.a11ywithlindsey.com/blog/a11y-js-seemingly-unconventional-romance" rel="nofollow">Javascript and Accessibility!</a></p>

<p><a href="https://reactjs.org/docs/accessibility.html" rel="nofollow">ReactJS Accessibility documentation</a></p>

<p><a href="https://andy-bell.design/wrote/introducing-the-button-element/" rel="nofollow">Andy Bell's satirical (but true) article about Buttons</a></p>

<p><a href="https://developer.mozilla.org/en-US/docs/Glossary/Semantics" rel="nofollow">More about Semantic HTML</a></p>

<p><a href="https://www.a11ywithlindsey.com/blog/exploring-accessibility-cli-tools" rel="nofollow">Accessibility Tools post</a></p>

<p><a href="https://www.a11ywithlindsey.com/blog/web-accessibility-testing-process" rel="nofollow">Accessibility Testing Post</a></p>

<p><a href="https://github.com/testing-library/react-testing-library" rel="nofollow">React Testing Library</a></p>

<p><a href="https://github.com/nickcolley/jest-axe" rel="nofollow">Jest aXe</a></p>

<p><a href="https://developer.mozilla.org/en-US/docs/Learn/Accessibility/WAI-ARIA_basics" rel="nofollow">WAI ARIA basics</a></p>

<p><a href="https://www.a11ywithlindsey.com/blog/introduction-aria-states" rel="nofollow">Lindsey's post on ARIA</a></p>

<p><a href="https://davatron5000.github.io/a11y-nutrition-cards/" rel="nofollow">A11Y Nutrition Cards</a></p>

<p><a href="https://www.a11ywithlindsey.com/blog/accessibility-d3-bar-charts" rel="nofollow">Lindsey's post on D3</a></p>

<p><a href="https://www.youtube.com/watch?v=nQq_gZiZ-jg" rel="nofollow">Tatiana Mac's awesome talk on how Privilege defines performance</a></p>

<h3>Lindsey's Picks</h3>

<p><a href="https://twitter.com/LittleKope" rel="nofollow">Lindsey's Twitter</a></p>

<p><a href="https://ladybug.dev" rel="nofollow">Lindsey's new podcast, Ladybug 🐞</a></p>

<p>This podcast is powered by <a href="https://pinecast.com" rel="nofollow">Pinecast</a>.</p>
]]></description>
<itunes:explicit>no</itunes:explicit>
<enclosure url="https://pinecast.com/listen/e146a6c3-5427-400c-b7e6-96aad29abd2f.mp3?source=rss&amp;ext=asset.mp3" length="40613371" type="audio/mpeg" />
<itunes:season>1</itunes:season>
</item>
</channel>
<!-- generated in 0s 14051us -->
</rss>