Skip to content

RSS feed for react.dev/blog #5700

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
flaksp opened this issue Mar 16, 2023 · 18 comments · Fixed by #6803
Closed

RSS feed for react.dev/blog #5700

flaksp opened this issue Mar 16, 2023 · 18 comments · Fixed by #6803

Comments

@flaksp
Copy link

flaksp commented Mar 16, 2023

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

@Je12emy
Copy link

Je12emy commented Jun 5, 2023

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

@jussi-collabodoc
Copy link

I'm also missing the RSS feed!

@talovski
Copy link

talovski commented Jul 8, 2023

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

@MitchTalmadge
Copy link

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

@canac
Copy link

canac commented Nov 11, 2023

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

@MitchTalmadge
Copy link

Nice work @canac! That app is really awesome!

@kuchta
Copy link

kuchta commented Nov 11, 2023

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

@ap0h
Copy link

ap0h commented Mar 14, 2024

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

@DamienCassou
Copy link

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

What do you mean by that @kuchta?

@kuchta
Copy link

kuchta commented Apr 26, 2024

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.

@DamienCassou
Copy link

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

@kuchta
Copy link

kuchta commented Apr 26, 2024

@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

@rickhanlonii
Copy link
Member

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

@kuchta
Copy link

kuchta commented Apr 26, 2024

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

@rickhanlonii
Copy link
Member

Sorry can you be more specific? ELI5

@LasseRosenow
Copy link

LasseRosenow commented Apr 26, 2024

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.

@rickhanlonii
Copy link
Member

Ah ok, fixed in #6805

@LasseRosenow
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.