- Move `initResultMap` and `buildMatchGroupTable` outside the component to reduce closure dependencies. - Update `ClubEventList` to remove obsolete page key storage logic. - Add `MATCH_RESULT_MAP_KEY` constant to `utils/constants.ts`. - Refactor `useMemo` and `useCallback` hooks to rely on the extracted functions. - Ensure consistent dependency arrays in callbacks for reliable re-renders. |
||
|---|---|---|
| __test__ | ||
| .vscode | ||
| prisma | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| bun-env.d.ts | ||
| bun.lock | ||
| bunfig.toml | ||
| docker-compose.yml | ||
| dockerfile | ||
| package.json | ||
| prisma.config.ts | ||
| README.md | ||
| tsconfig.json | ||