Frontend Frameworks
React + Next.js (App Router) — the framework-specific layer on top of general FrontendWebMobile concepts.
Why we need this / what value this brings
Localz's frontend is Next.js 15 with the App Router — SSR/SSG choices directly affect SEO and load performance for the product.
When to use this
Any new Localz page or component — decide server vs client component deliberately, don't default to 'use client'.
How to use or implement this
App Router's server components as the default, React Hook Form + Zod for forms (mirrors Pydantic schemas on the backend).
Research questions
- (add as research surfaces open questions)
Empty folder — drop notes, links, and findings here as you research.