🆕Using React Router

This commit is contained in:
2025-02-22 18:14:00 +01:00
parent d373a2e325
commit 5f4ad2296d
20 changed files with 3578 additions and 1072 deletions

7
react-router.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import type { Config } from "@react-router/dev/config";
export default {
// Config options...
// Server-side render by default, to enable SPA mode set this to `false`
ssr: false,
} satisfies Config;