#reactRouter
Nice little feature (inspired by the Vercel docs) @juango.nz landed on reactrouter . com
June 23, 2025 at 1:00 PM
Form vs. fetcher doc from old remix docs has been added to reactrouter . com

reactrouter.com/explanation/...
Form vs. fetcher
reactrouter.com
July 3, 2025 at 10:10 PM
Moved over and update the Quickstart tutorial from Remix v2 docs to reactrouter . com

reactrouter.com/tutorials/qu...
Quick Start
reactrouter.com
June 24, 2025 at 1:58 PM
Index Query Param doc from old remix docs has been added to reactrouter . com

reactrouter.com/explanation/...
Index Query Param
reactrouter.com
July 3, 2025 at 10:10 PM
The future of @ReactRouter devtools is here! 🔥

- Support for data/declarative mode 🚀
- Middleware support 👀
- Real time event system ingestion with filtering 💃
- Huge UI/UX improvements 💅

And so much more! 🎊

Check out the release video below 👇
November 11, 2025 at 3:42 PM
Clean routing added (/, /privacy, /legal). Dashboard is auth gated. Modular pages make future features and maintenance simpler. #ReactRouter #WebDev #SaaS #BuildInPublic
September 12, 2025 at 12:11 AM
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
September 12, 2025 at 7:14 PM
Does anyone have an example of React Router v7 running on Bun with a custom server? #reactrouter #bun
November 29, 2024 at 2:34 PM
結局個人サイトを作り直し始めてる💻🐏
ReactRouter v7 が中々良くて、作りたい感じにできそう!
June 1, 2025 at 12:01 PM
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
September 12, 2025 at 9:00 PM
Moved over the Presets and Server Bundles docs to reactrouter . com

reactrouter.com/how-to/presets

reactrouter.com/how-to/serve...
Presets
reactrouter.com
June 25, 2025 at 3:03 PM
I've been quiet about coding stuff since the #100Devs hackathon that started on Valentine's Day. We're waiting for Leon to give the go-ahead to continue building. In the meantime, I worked on some React Router 7 stuff that we'll incorporate into the rebuilt/refactored version.

#webdev #reactrouter
February 26, 2025 at 8:03 PM
It's just my impression or do you also feel #ReactRouter is being silently abandoned?
February 23, 2026 at 6:32 PM
Finding peace and tranquility with React Router 7 and ShadCN

#react #frontend #reactRouter
January 16, 2025 at 9:00 AM
Previously reactrouter . com's search always pointed to the v7 docs, even if you were look at docs for v6

This was not ideal for people still on v6, and made the experience of using our site much worse

This has been fixed now, and search is context aware
February 5, 2025 at 3:51 PM
Lazy Route Discovery (previously known as Fog Of War) doc has been moved from the old remix docs to reactrouter . com

reactrouter.com/explanation/...

You can also opt out of it now in react-router.config, in case you missed it:

```
routeDiscovery: { mode: "initial" }
``
Lazy Route Discovery
reactrouter.com
June 27, 2025 at 7:36 PM
Learn how to build a React application with server-side rendering using React Router v7 and Supabase!

youtu.be/thysQ_FSWfQ?...

#javascript #supabase #reactrouter #reactjs
Using Supabase with React Router v7 Framework
YouTube video by Aaron Saunders
youtu.be
December 4, 2024 at 7:25 PM
Rebuilding the site I made for my LLC back in 2021. I originally did it using @nextjs.org. I'm doing it over with #ReactRouter 7 as practice. Just finished the navbar. Its about as ugly as I am, but I have no real design skills. Hopefully, I'll have it all done in a few days.

#100Devs #webdev
March 4, 2025 at 3:58 AM
If you build a project with React Router 7 as a routing library (not as a framework) & deploy to Netlify, you have to make a file called `_redirects` with the line `/* /index.html 200` in it and place it in the `public` folder.

#reactrouter @netlify.com
March 11, 2025 at 9:59 PM
December 6, 2025 at 5:19 AM
Sweet thank you! I think ReactRouter may be it. Didn’t realize it had a full framework with it
July 31, 2026 at 10:19 PM
@webdirections.bsky.social Summit Day 2 - @markdalgleish.com talking about how react router became a framework

#reactrouter
November 28, 2024 at 10:27 AM
Here's an example on how you can use React Router with Triplex

#reactjs #webdev #reactrouter
May 12, 2025 at 6:59 AM
May 12, 2025 at 4:07 PM
I believe that loaders in TanStack Router run on both server and client, whereas Remix/ReactRouter has separate server and client loaders
December 2, 2024 at 10:03 AM