TECH DEBT TRIBUNALMissing Loading and Error States in React
00:00Junior · ~20 min
📂 src/components/ListingsPage
📄ListingsPage.tsx
📄ListingsPage.module.css
ListingsPage.tsx
ListingsPage.module.css
Loading...
Live Analysis
Cyclomatic ComplexityLIVE
1 / 4 target
Complexity is within acceptable limits.
ObjectivesPENDING
2 / 4
  • Add isLoading state that is true during fetch
  • Add error state and catch fetch errors
  • Show skeleton or loading UI when isLoading is true
  • Show retry button in error state
Acceptance TestsReact Testing Library
/ 14
Submit to run acceptance suite.