pub fn view(app: &App, frame: &mut Frame<'_>)
Render the application state into the given frame.
This is the TEA view function — it reads App state and produces visual output. No mutation occurs.
view
App