Framework mode is React Router's full-stack development experience with file-based routing, server-side, client-side, and static rendering strategies, data loading and mutations, and type-safe route module API.
Load the relevant reference for detailed guidance on the specific API/concept:
| references/routing.md | Configuring routes, nested routes, dynamic segments | | references/route-modules.md | Understanding all route module exports | | references/special-files.md | Customizing root.tsx, adding global nav/footer, fonts | | references/data-loading.md | Loading data with loaders, streaming, caching |
Crea applicazioni React full-stack utilizzando la modalità framework di React Router. Da utilizzare quando si configurano percorsi, si lavora con caricatori e azioni, si gestiscono moduli, si gestisce la navigazione, l'interfaccia utente in sospeso/ottimistica, i limiti di errore o si lavora con react-router.config.ts o altre convenzioni del router react. Fonte: remix-run/agent-skills.