
Security News
New CVE Forecasting Tool Predicts 47,000 Disclosures in 2025
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
@react-router/express
Advanced tools
Express server request handler for React Router.
npm install @react-router/express
v7.6.3
Date: 2025-06-27
react-router
- Do not serialize types for useRouteLoaderData<typeof clientLoader>
(#13752)
For types to distinguish a clientLoader
from a serverLoader
, you MUST annotate clientLoader
args:
// 👇 annotation required to skip serializing types
export function clientLoader({}: Route.ClientLoaderArgs) {
return { fn: () => "earth" };
}
function SomeComponent() {
const data = useRouteLoaderData<typeof clientLoader>("routes/this-route");
const planet = data?.fn() ?? "world";
return <h1>Hello, {planet}!</h1>;
}
@react-router/cloudflare
- Remove tsup
from peerDependencies
(#13757)
@react-router/dev
- Add Vite 7 support (#13748)
@react-router/dev
- Skip package.json
resolution checks when a custom entry.server.(j|t)sx
file is provided (#13744)
@react-router/dev
- Add validation for a route's id not being 'root' (#13792)
@react-router/fs-routes
@react-router/remix-config-routes-adapter
- Use replaceAll
for normalizing windows file system slashes (#13738)
@react-router/node
- Remove old "install" package exports (#13762)
Full Changelog: v7.6.2...v7.6.3
FAQs
Express server request handler for React Router
The npm package @react-router/express receives a total of 139,368 weekly downloads. As such, @react-router/express popularity was classified as popular.
We found that @react-router/express demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.