Improve an Existing Feature and Define Its TypeScript Interfaces
viaGlassdoor
Problem
Open-ended frontend design: propose changes to improve a current feature, describe how the UI would look, then define the TypeScript interfaces for the components needed.
What to look for
- Clear product reasoning behind proposed changes
- Well-typed, composable component interfaces
- Communicating UI/UX decisions, not just code
asked …