It's just my impression or do you also feel #ReactRouter is being silently abandoned?
Critical vulnerability CVE-2025-61686 in React Router allows unauthorized file access via directory traversal. Developers must upgrade to patched versions immediately. #ReactRouter #CyberSecurity #WebDevelopment Link: thedailytechfeed.com/critical-rea...
React Router คืออะไร
อ่านต่อ : www.blockdit.com/posts/6933b9...
#ShoperGamer #ReactRouter #React #Route #Routing #URL #SEO #Study #Knowledge #Feed
React Router v6 = cleaner, smaller, and more predictable. Simplicity wins again. #ReactRouter
please upvote this PR if you want a @bun.sh template for @reactrouter.com #React #ReactRouter github.com/remix-run/re...
New blog post! 🚀 What We Did Last Year — a look back at how the #Plone community shaped Seven, the next-generation frontend, through this year’s sprints. sneridagh.dev/blog/what-we... #PloneConf2025 #reactjs #reactrouter #remix #volto
Middleware in React Router, by @brophdawg11.com (@remix.run):
https://remix.run/blog/middleware
#reactrouter #remix
New post!
@reactrouter.com now has stable middleware and I had to write about it.
raphaelbronsveld.com/blog/how-to-...
Hope you like my OG image as well 🙃.
#react #reactrouter
In the previous iteration of the agency website, I used a Header component to render the hero section for each page. It was called from each page, so they passed props with h1 text. Now, I'm using a Layout component, so its different. I got it working like this:
#100Devs #webdev #react #reactrouter
Quick rundown of how to add a Layout component with React Router 7:
1. Make a Layout component somewhere (you can name it anything, I used Layout).
Import { Outlet } into it. Its like { children } & is where the page component content will render.
#100Devs #react #reactrouter #webdev
Clean routing added (/, /privacy, /legal). Dashboard is auth gated. Modular pages make future features and maintenance simpler. #ReactRouter #WebDev #SaaS #BuildInPublic
Routing in React made simple with react-router-dom: Use <Routes>, <Route>, <Link>, useNavigate, and useParams to build dynamic, multipage apps easily. Navigation done right! 🔄 #ReactRouter
Dynamic routes in React Router:
/user/:id + useParams() = powerful detail pages. Combine with useNavigate() for redirects. Routing logic just got easier. 🧭 #ReactRouter
React Router and React Server Components: The Path Forward, by @markdalgleish.com (@remix.run):
remix.run/blog/react-router-and-re...
#react #reactrouter #components #outlooks
A good time to end the day. #reactrouter
React Router v7 vs. Remix: Which routing solution is right for your project?
This blog compares their evolution and helps you choose.
Read More: antt.me/cYIyFwcx
Let's Talk more on this: antt.me/ZIdLf7WX
#ReactRouter #RemixRun #WebDev #Frontend #Tech #AntStack
Your React Meta-Framework Feels Broken, Here’s Why, by @redwoodjs.com:
rwsdk.com/blog/your-react-meta-fra...
#frameworks #react #nextjs #reactrouter #comparisons
Wake Up, Remix, by (not on Mastodon or Bluesky):
https://remix.run/blog/wake-up-remix
#remix #reactrouter
Starting with a fork of Preact, not exactly what I expected but exciting nonetheless ✨.
#remix #reactrouter
🚀 Beethoven Sprint 2025 is starting on Monday! Few pointers for those attending (also remotely).
Seven PLIP: github.com/plone/volto/...
Docs: volto.readthedocs.io/seven/
RR7 official Docs: reactrouter.com/home
RR7/Remix YT: www.youtube.com/@Remix-Run
#Plone #Seven #Volto #reactrouter
🔥 This is epic! Congrats on teaming up with Kent and EpicWeb — can’t wait to learn from your deep dive into react-router. Routing mastery unlocks so much power in frontend dev. Following this closely! 🚀
#ReactRouter #EpicWeb #WebDev #ReactJS #DevCommunity
Triplex loves React Router
Here's an example on how you can use React Router with Triplex
#reactjs #webdev #reactrouter
useParams()でidがundefinedになるテストエラーの解決法【React Router】 #ReactRouter – Qiita
はじめに React Router を使ったコンポーネントでよく出るエラーのひとつが、useParams() で URL パラメータが取得できずにテストが落ちることでした。 ここでは、そのエラーの原因と解決方法を整理します。 useParams()とは React Router のフックのひとつです。 const { id } = useParams(); このように書くと、/user/abc123 のようなURLから id: "abc123"…
My open source week contrbution at tegonal github.com/tegonal/reac... #reactrouter #opensource
🚀New Blog Post🚀
I'm rebuilding tartarusinsight.com using Next.js & React Router, and I'm documenting every step!📖
🏡Homepage
Check it out! 👇
opensourceodyssey.com/next-js-vs-r...
#WebDev #JavaScript #Coding #buildinpublic #AI #opensource #Nextjs #reactrouter #react
#ReactRouter 7 clientLoader allows you to pass data from localStorage to your page component without ui flashing.
try that in nextjs
Another important vulnerability was just found in React Router + Remix (Express adapter): malicious headers could lead to cache poisoning & more. It's been patched in v7.4.1 & 2.16.3. Details here: zhero-web-sec.github.io/research-and...
#WebSecurity #ReactRouter #Remix #JavaScript #WebDev
has anyone explored react router v7 in framework mode documented by storybook?
it seems that integrating routing into storybook is almost always a large chore
#StoryBook #ReactRouter #React #Vite