DEV Community

Sirius
Sirius

Posted on

Should I Use a Static or Dynamic RSS Feed for My Next.js Blog or Portfolio?

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 feed package or creating a dynamic feed by setting up a route rss/routes.ts that renders feed.xml 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?

Top comments (0)