Leverage Claude's strong React reasoning to design Terminal User Interfaces (TUIs) by starting with familiar React component patterns, then layering in terminal-specific implementation.
- React's component model maps naturally to TUI design - props, composition, and declarative rendering translate directly
- Layout concepts transfer cleanly - flexbox, boxes, borders already exist in TUI libraries