web-routing-react-router

Installation
SKILL.md

React Router Patterns

Quick Guide: This skill covers React Router v7 Data ModecreateBrowserRouter plus loaders, actions, fetchers and pending states, without a full framework. Four v7 facts change the answer: every export comes from "react-router", with the DOM-only ones — RouterProvider included — also on "react-router/dom", while react-router-dom survives v7 as a deprecated re-export and is deleted in v8; json() and defer() are removed so loaders return plain objects; form method values are uppercase ("POST"); and loaders skip revalidation after an action error unless shouldRevalidate opts back in.

Detailed Resources:


Which path applies

React Router ships three modes, and only one of them has the data APIs.

Installs
30
GitHub Stars
24
First Seen
Apr 7, 2026
web-routing-react-router — agents-inc/skills