← All projects
avatarapp
learningAn API-driven React learning project focused on async UI states.
Problem
Apps feel fragile when loading/error/empty states are skipped or inconsistent.
Approach
Practiced async rendering patterns with clear loading and error handling plus component separation.
Result
A learning build that improved async UI discipline.
Highlights
- Async UI states
- Cleaner components