React Router's Avatar

React Router

@reactrouter.com

The application framework for React

250
Followers
0
Following
14
Posts
22.07.2025
Joined
Posts Following

Latest posts by React Router @reactrouter.com

Post image

Official Agent Skills are now available for React Router

github.com/remix-run/ag...

02.02.2026 19:35 πŸ‘ 14 πŸ” 5 πŸ’¬ 0 πŸ“Œ 1

React Router SSR XSS in ScrollRestoration

github.com/remix-run/re...

Framework Mode only

Affected versions:
- @​remix-run/react <=2.17.2
- react-router >=7.0.0,<=7.11.0

08.01.2026 20:41 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

XSS via Open Redirects

github.com/remix-run/re...

Framework/Data mode only

Affected versions:
- @​remix-run/router <=1.23.1
- react-router >=7.0.0,<=7.11.0

08.01.2026 20:41 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

CSRF in React Router Action/Server Action Request Processing

github.com/remix-run/re...

Framework Mode only

Affected versions:
- @​remix-run/server-runtime <=2.17.2
- react-router >=7.0.0,<=7.11.0

08.01.2026 20:41 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Unexpected external redirect via untrusted paths

github.com/remix-run/re...

Affected versions:
- react-router >=6.0.0,<=6.30.1
- react-router >=7.0.0,<=7.9.5

08.01.2026 20:41 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Unauthorized file access when using `createFileSessionStorage()` with unsigned cookies

github.com/remix-run/re...

Framework Mode Only

Affected versions:
- @​react-router/node >= 7.0.0, <=7.9.3
- @​remix-run/deno <=2.17.1
- @​remix-run/node <=2.17.1

08.01.2026 20:41 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

XSS via Meta component when generating script:ld+json tags

github.com/remix-run/re...

Framework Mode only

Affected versions:
- @​remix-run/react >=1.15.0, <=2.17.0
- react-router >=7.0.0, <=7.8.2

08.01.2026 20:41 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

We just published 6 CVEs identifying security vulnerabilities in React Router and Remix v2

We recommend updating to the latest appropriate versions:

React Router v7 -- 7.12.0
React Router v6 -- 6.30.3
Remix v2 -- 2.17.2

Details, links, and package ranges are listed below

08.01.2026 20:41 πŸ‘ 12 πŸ” 9 πŸ’¬ 1 πŸ“Œ 3
Home | AT Garden Club AT Garden Club - A decentralized CSS showcase where contributors own their data. Inspired by CSS Zen Garden, powered by the AT Protocol. Submit your stylesheet today!

🌸 Introducing AT Garden Club - CSS Zen Garden meets decentralized data ownership

Your stylesheets, your PDS, your data. OAuth auth, firehose integration, custom lexicons - all working together.

Designers & CSS devs: same HTML, infinite possibilities. Build your own theme, own your work πŸ’…βœ¨

16.12.2025 01:39 πŸ‘ 66 πŸ” 20 πŸ’¬ 5 πŸ“Œ 6

Inspired by Dave Shea’s original CSS Zen Garden & Stephanie Eckles @5t3ph.bsky.social Style Stage, Jacob @ebey.dev has made the AT Garden Club.

Excited to see the designs that come out of this!

16.12.2025 02:13 πŸ‘ 23 πŸ” 2 πŸ’¬ 1 πŸ“Œ 1

I've heard folks express concern about React Router since the Remix 3 announcement

Some variation of "is it on hold?"/"is it a secondary focus?"/"will it stop getting features?" etc

No, No, and No πŸ˜€

To back it up, I thought I'd put together a little "React Router Wrapped" for 2025 πŸŽ„

10.12.2025 19:36 πŸ‘ 34 πŸ” 9 πŸ’¬ 2 πŸ“Œ 1
Preview
Convex + React Router & Remix 3 is Remixable | Remix Austin, Wed, Nov 5, 2025, 7:00 PM | Meetup **Talks** *Ship Fast, Sync Faster: Convex + React Router 7* β€” [Nathan Drake](https://x.com/nathandrake) Not all lock-in is created equal, and Convex makes a compelling ca

Remix Austin meetup is this Wednesday! We have 2 great talks lined up, so be sure to RSVP

- Ship Fast, Sync Faster: Convex + React Router 7
- Remix 3 is Remixable

www.meetup.com/remix-austin...

03.11.2025 16:53 πŸ‘ 5 πŸ” 3 πŸ’¬ 0 πŸ“Œ 2
Preview
Instrumentation (dev branch)

Coming soon to a React Router near you - (unstable) instrumentation APIs!

Great for logging, perf tracing, OTEL, and more.

reactrouter.com/dev/how-to/i...

22.10.2025 18:14 πŸ‘ 34 πŸ” 6 πŸ’¬ 0 πŸ“Œ 1
Preview
Using React 19 Metadata handling with React Router Learn full-stack web development with Kent C. Dodds and the Epic Web instructors. Learn TypeScript, React, Node.js, and more through hands-on workshops.

Today I created a video on how to use @react.dev 19 to add metadata to @reactrouter.com without the pitfalls! πŸ’…

- No duplicate titles or descriptions
- add custom prefix to your app
- no issues with initial page load
- and more!

Check it out here:
www.epicweb.dev/tips/react-1...

14.10.2025 13:35 πŸ‘ 8 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
How to Leverage React Router's Built-in Data Deduplication by sergiodxa Learn how React Router's built-in deduplication system uses references to eliminate duplicate data transmission when combining promises in y

@sergiodxa.com wrote about the underlying data transport used by @reactrouter.com. It's a vendor'd version of turbo-stream, a library inspired by @rich-harris.dev's devalue. sergiodxa.com/tutorials/le...

07.10.2025 00:48 πŸ‘ 11 πŸ” 2 πŸ’¬ 1 πŸ“Œ 0
Post image

@kentcdodds.com will be speaking about @reactrouter.com

26.09.2025 14:47 πŸ‘ 15 πŸ” 2 πŸ’¬ 1 πŸ“Œ 0

I've been experimenting with Nitro and made a plugin for `@vitejs/plugin-rsc`-based app
to be deployed anywhere. Here is an example with React Router RSC! github.com/hi-ogawa/rea...

25.09.2025 03:26 πŸ‘ 34 πŸ” 6 πŸ’¬ 1 πŸ“Œ 1
Preview
React Router RSC Framework Mode Preview React Router's preview support for RSC Framework Mode is now available

remix.run/blog/rsc-fra...

24.09.2025 15:59 πŸ‘ 8 πŸ” 3 πŸ’¬ 0 πŸ“Œ 1
Post image

React Router Framework Mode now has preview support for React Server Components

Just swap your vite plugin and you can:
- Return Server Components from loaders/actions
- Opt routes into Server Components
- Leverage Server Functions

24.09.2025 15:59 πŸ‘ 61 πŸ” 11 πŸ’¬ 3 πŸ“Œ 2
Preview
Middleware in React Router Middleware is now stable in React Router!

Middleware is now stable in React Router

This feature took over 2 years to get just right

Learn what problems middleware solves, how to use it, and how we landed on the final API and architecture

remix.run/blog/middlew...

17.09.2025 18:24 πŸ‘ 24 πŸ” 9 πŸ’¬ 0 πŸ“Œ 0
React Router Middleware Is Finally Here! Here's how to migrate!
React Router Middleware Is Finally Here! Here's how to migrate! YouTube video by Alem Tuzlak

@reactrouter.com middleware is finally out and stable!

I just recorded a guide on how to migrate to it, and if you should, check it out below!

Find it here:
youtu.be/70Mga9EsnH4

Or here:
www.epicweb.dev/tips/react-r...

17.09.2025 12:45 πŸ‘ 18 πŸ” 4 πŸ’¬ 0 πŸ“Œ 0

The React Router Steering Committee is starting to record notes from our internal bi-weekly meetings

github.com/remix-run/re...

09.09.2025 21:25 πŸ‘ 7 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

This is a collection of @rspack.dev and RSBuild plugins rolled up into a single rsbuild plugin to enable running of @reactrouter.com's RSC mode in RSBuild.

It supports
- `import with { env: "react-server" }`
- `use client`
- `use server`

It needs
- code splitting
- action encryption
- css handling

09.09.2025 07:25 πŸ‘ 16 πŸ” 6 πŸ’¬ 2 πŸ“Œ 1

Learn more about React Router’s open governance model here πŸ‘‡

github.com/remix-run/re...

26.08.2025 16:05 πŸ‘ 6 πŸ” 4 πŸ’¬ 0 πŸ“Œ 0

In June we announced an open governance model for React Router.

Today, we are excited to welcome Sergio XalambrΓ­ and @rossipedia.com to the React Router Steering Committee!

Both have made valuable contributions to Remix and React Router over the years, and we appreciate their feedback.

26.08.2025 16:05 πŸ‘ 30 πŸ” 6 πŸ’¬ 3 πŸ“Œ 1
Remix Austin β€” August 2025
Remix Austin β€” August 2025 YouTube video by Remix Austin Meetup

Remix Austin meetup's latest recording is up on YouTube!

(thanks @markmalstrom.mastodon.social.ap.brid.gy for editing/publishing)

18.08.2025 16:48 πŸ‘ 5 πŸ” 2 πŸ’¬ 0 πŸ“Œ 1
Preview
Remix Austin September, Wed, Sep 3, 2025, 7:00 PM | Meetup **Talks** *TBA* Have a topic you're interested in presenting on in? [Fill out this form](https://forms.gle/aQxC76yD2pagtB7HA) or reach out to Brooks directly on [Discord](

The next Remix Austin in scheduled for September 3rd!

RSVP below πŸ‘‡

Also, I'm looking for a speaker for this event, so reach out if you're in Austin and are interested in speaking

13.08.2025 13:17 πŸ‘ 2 πŸ” 3 πŸ’¬ 0 πŸ“Œ 0
Preview
RSCs in React Router React Server Components are now available through an unstable release for React Router. Let's see how they work.

First impressions with #reactservercomponents in @reactrouter.com

raphaelbronsveld.com/blog/rsc-in-...

08.08.2025 14:21 πŸ‘ 6 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Preview
CHANGELOG.md

React Router v7.8.0 is out!

- Multiple improvements and bug fixes to middleware
- Adds nonce prop to Links & PrefetchPageLinks
- Improves naming consistency across APIs
- Includes a number of other improvements and bug fixes

Checkout the changelog for more πŸ‘‡

07.08.2025 18:53 πŸ‘ 21 πŸ” 5 πŸ’¬ 2 πŸ“Œ 3
Video thumbnail

Vite: The Documentary premieres October 9th at @viteconf.org in Amsterdam ⚑
youtu.be/46fe5AFc0tY

04.08.2025 16:40 πŸ‘ 128 πŸ” 29 πŸ’¬ 2 πŸ“Œ 6