Problem: The backend API returns poorly structured JSON


Problem: The backend API returns poorly structured JSON.

Solution: Ideally, fix the backend. But if we can't, I reformat the data in the response handler.

Make the data pristine before it flows through the entire app. Then the tech debt is local, and types stay narrow.

View original on X