<?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: Sirius</title>
    <description>The latest articles on DEV Community by Sirius (@imsirius).</description>
    <link>https://dev.to/imsirius</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%2F1939919%2Fc985f284-a9d7-4f95-bb5e-bcf1596a7d20.png</url>
      <title>DEV Community: Sirius</title>
      <link>https://dev.to/imsirius</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/imsirius"/>
    <language>en</language>
    <item>
      <title>Should I Use a Static or Dynamic RSS Feed for My Next.js Blog or Portfolio?</title>
      <dc:creator>Sirius</dc:creator>
      <pubDate>Fri, 16 Aug 2024 22:01:51 +0000</pubDate>
      <link>https://dev.to/imsirius/should-i-use-a-static-or-dynamic-rss-feed-for-my-nextjs-blog-or-portfolio-10d0</link>
      <guid>https://dev.to/imsirius/should-i-use-a-static-or-dynamic-rss-feed-for-my-nextjs-blog-or-portfolio-10d0</guid>
      <description>&lt;p&gt;I'm building my blog website with Next.js and have already added a dynamic sitemap. Now, I'm trying to decide between using a static RSS feed generated with the &lt;a href="https://www.npmjs.com/package/feed" rel="noopener noreferrer"&gt;feed package&lt;/a&gt; or creating a dynamic feed by setting up a route &lt;code&gt;rss/routes.ts&lt;/code&gt; that renders &lt;code&gt;feed.xml&lt;/code&gt; on the fly. Both options seem to work well, but I'm not sure which one to choose. What do professional developers prefer these days, and what would you recommend? What approach do you use for your own site?&lt;/p&gt;

</description>
      <category>devops</category>
      <category>webdev</category>
      <category>nextjs</category>
      <category>help</category>
    </item>
  </channel>
</rss>
