Tag: Rss
There are 1 total posts tagged with "rss"
RSS Feed When Using Elixir Phoenix LiveView
Published:
Tags:
- coding,
- deprecated,
- development,
- elixir,
- feed,
- liveview,
- phoenix,
- routing,
- rss,
- tech
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!