web-meta-framework-remix

Installation
SKILL.md

Remix / React Router v7 Framework Patterns

Quick Guide: Each route exports a loader for reads and an action for writes. Both run on the server. Data flows through loaders, mutations go through actions, forms work without JavaScript, and nested routes enable parallel data loading. json() and defer() are deprecated in React Router v7 -- return raw objects instead, use data() for custom headers/status.


<migration_notice>

IMPORTANT: React Router v7 Migration

Remix has merged into React Router v7. What was planned as Remix v3 is now React Router v7 "framework mode".

Remix v2 (Deprecated) React Router v7 (Current)
json(data) Return raw objects directly
json(data, { status, headers }) data(data, { status, headers })
defer({ key: promise }) Return { key: promise } with Single Fetch
@remix-run/node imports react-router / @react-router/node
LoaderFunctionArgs Route.LoaderArgs (generated types)
Related skills
Installs
2
GitHub Stars
6
First Seen
Apr 7, 2026