tRPC Client (React App): The React app uses the tRPC client, configured with the URL of the deployed Worker (or the dev server URL during development). It provides type-safe hooks (api.post.list.useQuery()) generated from the backend router definition.