- Where should React Router resolve the locale?
- At the route or request boundary that owns the policy: a root loader, a locale route loader, middleware, or a shared request helper. Activate the Palamedes server runtime before translated loader or action code executes.
- Can actions return translated messages?
- Yes. The checked examples activate the route locale inside the action and return a message produced by a transformed Palamedes macro.
- Does client navigation keep the active catalog synchronized?
- Yes in the verified examples. Root locale data initializes the browser runtime before hydration, and the React client helper follows locale changes during navigation and switching.
- Is React Router Framework Mode the same as Remix v3?
- No. React Router Framework Mode is a React framework built around route modules and a Vite plugin. The new Remix v3 is a separate server-first full-stack project with its own router, loaders, UI direction, and integration constraints.