<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Richard Snow</title>
    <description>The latest articles on DEV Community by Richard Snow (@ttsalpha).</description>
    <link>https://dev.to/ttsalpha</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F585438%2Fc7cc6e7e-66b1-486d-8cc6-11a58261df3f.png</url>
      <title>DEV Community: Richard Snow</title>
      <link>https://dev.to/ttsalpha</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ttsalpha"/>
    <language>en</language>
    <item>
      <title>I built a lightweight &amp; fully customizable React QR Code library</title>
      <dc:creator>Richard Snow</dc:creator>
      <pubDate>Sat, 16 May 2026 08:56:26 +0000</pubDate>
      <link>https://dev.to/ttsalpha/i-built-a-lightweight-fully-customizable-react-qr-code-library-25h7</link>
      <guid>https://dev.to/ttsalpha/i-built-a-lightweight-fully-customizable-react-qr-code-library-25h7</guid>
      <description>&lt;p&gt;I’ve been working on a project that required generating a lot of QR codes, so I decided to build my own React QR code component from scratch. It’s now published as &lt;code&gt;@ttsalpha/qrcode&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Key Highlights:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Pure SVG — no canvas, no raster images, scales perfectly at any size&lt;/li&gt;
&lt;li&gt;Zero runtime dependencies — QR encoding implemented from scratch (ISO/IEC 18004)&lt;/li&gt;
&lt;li&gt;Fully typed — written in TypeScript with strict mode&lt;/li&gt;
&lt;li&gt;3 dot styles: Square, Circle, and Snake-connected rounded&lt;/li&gt;
&lt;li&gt;Highly customizable corners — independent style &amp;amp; color for each part of the finder patterns&lt;/li&gt;
&lt;li&gt;Logo support — easily embed an image or any React element in the center&lt;/li&gt;
&lt;li&gt;Tree-shakeable — named exports only, supports ESM + CJS&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Live demo: &lt;a href="https://qrcode.ttsalpha.com" rel="noopener noreferrer"&gt;https://qrcode.ttsalpha.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>qrcode</category>
      <category>react</category>
      <category>typescript</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
