remix-run/agent-skills▌
3 approved skills in this repository
react-router-declarative-mode
Frontend
Declarative mode is React Router's simplest mode using <BrowserRouter>, <Routes>, and <Route> for basic client-side routing without data loading features like loaders or actions.
react-router-data-mode
Frontend
Data mode uses createBrowserRouter and RouterProvider to enable data loading, actions, and pending UI without the framework's Vite plugin. This is ideal for existing React applications that want to add data loading and mutation capabilities.
react-router-framework-mode
Frontend
Full-stack React development with file-based routing, server/client rendering, data loading, and type-safe route modules. \n \n Supports file-based routing with nested routes, dynamic segments, and multiple rendering strategies (SSR, SPA, pre-rendering) \n Handles data loading via loader / clientLoader and mutations via action / clientAction with built-in form handling and optimistic UI \n Includes 10+ reference guides covering routing, data loading, actions, navigation, error boundaries, authen