Tag: Rss

There are 1 total posts tagged with "rss"

RSS Feed When Using Elixir Phoenix LiveView

Published:

While re-implementing my website in elixir/phoenix, I wanted to include an RSS feed for the blog posts. Luckily I found pretty much everything I needed in Daniel Wachtel’s Building an RSS Feed with Phoenix post, but since I’m making use of LiveView, I ran into one hiccup—errors about a missing root.xml layout!

Read more of "RSS Feed When Using Elixir Phoenix LiveView"