react.dev icon indicating copy to clipboard operation
react.dev copied to clipboard

RSS feed for react.dev/blog

Open flaksp opened this issue 2 years ago • 8 comments
trafficstars

RSS is still a thing. The old one (reactjs.org) had an RSS feed and it was very convenient.

flaksp avatar Mar 16 '23 21:03 flaksp

Bump! I would like to keep up with the latest news and hopefully newly published pages on the "Learn" page. I think the arch wiki does something similar

Je12emy avatar Jun 05 '23 05:06 Je12emy

I'm also missing the RSS feed!

jussi-collabodoc avatar Jun 07 '23 07:06 jussi-collabodoc

Or add a newsletter at least. Right now the only way to keep up to date is to use Twitter, which is not ideal.

talovski avatar Jul 08 '23 21:07 talovski

Any luck on an RSS feed? Any hacks or workarounds?

MitchTalmadge avatar Nov 11 '23 04:11 MitchTalmadge

I built a scraper that generates an RSS feed based on CSS selectors for the titles and links for cases like this. As a temporary workaround until an official RSS feed exists, here's a scraped feed for the React blog: https://rss-scraper.deno.dev/feed.xml?url=https%3A%2F%2Freact.dev%2Fblog&itemSelector=a&titleSelector=h2

canac avatar Nov 11 '23 04:11 canac

Nice work @canac! That app is really awesome!

MitchTalmadge avatar Nov 11 '23 04:11 MitchTalmadge

@MitchTalmadge RSS autodiscovery is for some time under /blog path.

kuchta avatar Nov 11 '23 12:11 kuchta

We use RSS Slack app which push news to our Slack channel. So yeah, it's still a thing!

ap0h avatar Mar 14 '24 11:03 ap0h

@MitchTalmadge RSS autodiscovery is for some time under /blog path.

What do you mean by that @kuchta?

DamienCassou avatar Apr 26 '24 12:04 DamienCassou

Any luck on an RSS feed? Any hacks or workarounds?

@MitchTalmadge That it's linked on the page react.dev/blob, not on react.dev homepage if that was the reason you had no luck.

kuchta avatar Apr 26 '24 12:04 kuchta

@kuchta I can't find any RSS/atom feed in /blog. My RSS reader also doesn't find anything.

DamienCassou avatar Apr 26 '24 12:04 DamienCassou

@MitchTalmadge @DamienCassou Well, you are right. It seems my RSS reader (Feedly) automatically found third party feed: https://rss-scraper.deno.dev/feed.xml?url=https%3A%2F%2Freact.dev%2Fblog&itemSelector=a&titleSelector=h2

kuchta avatar Apr 26 '24 13:04 kuchta

Sorry for the delay, new RSS Feed is available here: https://react.dev/rss.xml

rickhanlonii avatar Apr 26 '24 16:04 rickhanlonii

@rickhanlonii Thank you Ricky ❤️ Could you please also link it to home and /blog page so that readers could auto-discover it? 🙏🏻

kuchta avatar Apr 26 '24 18:04 kuchta

Sorry can you be more specific? ELI5

rickhanlonii avatar Apr 26 '24 19:04 rickhanlonii

I think they mean this:

<link rel="alternate" type="application/rss+xml" title="React RSS Feed" href="https://react.dev/rss.xml" />

If this tag is available on the header at react.dev and react.dev/blog Then RSS Readers will automatically find the RSS feed otherwise hidden behind react.dev/rss.xml. For example in my case I was only able to add this feed because I know the exact address thanks to this issue.

LasseRosenow avatar Apr 26 '24 19:04 LasseRosenow

Ah ok, fixed in https://github.com/reactjs/react.dev/pull/6805

rickhanlonii avatar Apr 26 '24 20:04 rickhanlonii

Thank you very much, I can confirm it works :)

LasseRosenow avatar Apr 26 '24 20:04 LasseRosenow