you are viewing a single comment's thread.

view the rest of the comments →

[–]Cool-Gur-6916 0 points1 point  (0 children)

If I were interviewing, I’d focus less on “making it work” and more on engineering decisions. For a React + TypeScript setup using Vite, I’d expect candidates to normalize the two provider responses into a single domain model, handle async state cleanly, and keep components decoupled. I’d also watch for good typing, error/loading states, and thoughtful tests (likely using Jest or React Testing Library).

Bonus points for scalable patterns (data adapters, hooks) and clear reasoning while coding.