People keep telling me remix react router is overkill for small projects, but this file tree says otherwise.
├── README.md
├── app
│ ├── root.tsx
│ ├── routes.ts
│ └── tailwind.css
├── package.json
├── tsconfig.json
└── vite.config.ts
- React Router (vite plugin)
- React 19
- Typescript
- Tailwind 4 (vite plugin)