Advertisement · 728 × 90

Posts by React Router

React Router v7.14.0 is now available

- Vite 8 support
- Additional RSC Framework Mode features: SPA mode, pre-rendering, link prefetching, additional module exports
- Several bug fixes

1 week ago 21 1 0 1
Preview
OpenData - The GitHub for Datasets Discover, access, and analyze open datasets through a universal API. Search 50+ government and research sources in one place.

We have a speaker for Remix Austin next week (apr 1)

If you're in Austin and want to learn from a seasoned engineer using React Router + agentic coding to build a side business, I can't think of a better meetup to attend

luma.com/fb4txnt7

3 weeks ago 3 3 0 0
Preview
feat:! new RSC framework mode module API by jacob-ebey · Pull Request #14901 · remix-run/react-router

Bunch of @reactrouter.com RSC updates coming to the unstable framework mode shortly.

New module APIs (backwards compatibility): github.com/remix-run/re...
Link prefetch: github.com/remix-run/re...
Reveal cmd: github.com/remix-run/re...
Prerendering: github.com/remix-run/re...

3 weeks ago 9 2 0 0
Post image

Official Agent Skills are now available for React Router

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

2 months ago 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

3 months ago 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

3 months ago 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

3 months ago 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

3 months ago 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

3 months ago 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

3 months ago 0 0 1 0
Advertisement

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

3 months ago 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 💅✨

3 months ago 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!

3 months ago 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 🎄

4 months ago 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...

5 months ago 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...

5 months ago 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...

6 months ago 8 1 0 0
Advertisement
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...

6 months ago 11 2 1 0
Post image

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

6 months ago 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...

6 months ago 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...

6 months ago 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

6 months ago 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...

6 months ago 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...

6 months ago 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...

7 months ago 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

7 months ago 16 6 2 1
Advertisement

Learn more about React Router’s open governance model here 👇

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

7 months ago 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.

7 months ago 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)

7 months ago 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

8 months ago 2 3 0 0