Learning
The following resources help you understand the concepts and technologies behind @frame/next:
Next.js (App Router)
Section titled “Next.js (App Router)”TypeScript
Section titled “TypeScript”State and data management
Section titled “State and data management”- Zustand (global client state): Learn Zustand
- TanStack Query (data fetching and cache): Learn TanStack Query
- Better Fetch (HTTP client): Learn Better Fetch
Forms and validation
Section titled “Forms and validation”- React Hook Form: Official documentation
- Zod (validation schemas): Official documentation
Internationalization
Section titled “Internationalization”- next-intl: Official documentation (App Router)
UI and styles
Section titled “UI and styles”- Tailwind CSS v4: Official documentation
- shadcn/ui: Official documentation
- Lucide (icons): Official documentation