arbret/frontend/app/hooks
counterweight f7553df05d
Phase 1: Infrastructure setup - Install next-intl and create basic i18n structure
- Install next-intl package
- Create LanguageProvider hook with localStorage persistence
- Create IntlProvider component for next-intl integration
- Create Providers wrapper component
- Update layout.tsx to include providers and set default lang to 'es'
- Create initial translation files (common.json) for es, en, ca
- Fix pre-existing TypeScript errors in various pages

All tests passing, build successful.
2025-12-25 21:50:34 +01:00
..
useAsyncData.ts Refactor frontend: Add reusable hooks and components 2025-12-25 21:30:35 +01:00
useDebouncedValidation.ts Refactor API layer into structured domain-specific modules 2025-12-25 20:32:11 +01:00
useForm.ts Refactor frontend: Add reusable hooks and components 2025-12-25 21:30:35 +01:00
useLanguage.tsx Phase 1: Infrastructure setup - Install next-intl and create basic i18n structure 2025-12-25 21:50:34 +01:00
useMutation.ts Refactor frontend: Add reusable hooks and components 2025-12-25 21:30:35 +01:00
useRequireAuth.ts refactor(frontend): improve code quality and maintainability 2025-12-25 19:04:45 +01:00
useTranslation.ts Phase 1: Infrastructure setup - Install next-intl and create basic i18n structure 2025-12-25 21:50:34 +01:00