| 1 | ---
|
| 2 | title: Special Files
|
| 3 | hidden: true
|
| 4 | ---
|
| 5 |
|
| 6 | # Special Files
|
| 7 |
|
| 8 | The content of this page has been moved to the following:
|
| 9 |
|
| 10 | - [`react-router.config.ts`](../api/framework-conventions/react-router.config.ts) - Optional configuration file for your app
|
| 11 | - [`root.tsx`](../api/framework-conventions/root.tsx) - Required root route that renders the HTML document
|
| 12 | - [`routes.ts`](../api/framework-conventions/routes.ts) - Required route configuration mapping URLs to components
|
| 13 | - [`entry.client.tsx`](../api/framework-conventions/entry.client.tsx) - Optional client-side entry point for hydration
|
| 14 | - [`entry.server.tsx`](../api/framework-conventions/entry.server.tsx) - Optional server-side entry point for rendering
|
| 15 | - [`.server` modules](../api/framework-conventions/server-modules) - Server-only modules excluded from client bundles
|
| 16 | - [`.client` modules](../api/framework-conventions/client-modules) - Client-only modules excluded from server bundles
|