
Add routing with guards and nested outlets to a Rezi app. Use when building multi-page/screen TUI applications.
Set up keyboard shortcuts and chord bindings for a Rezi app. Use when adding hotkeys, key combos, or modal input modes.
Profile and optimize Rezi app performance. Use when app feels slow, frames drop, or render phases take too long.
Add a new widget type to the Rezi framework. Use when creating new ui.* factory functions with layout, rendering, and tests.
Debug rendering and layout issues in Rezi apps. Use when UI looks wrong, has layout problems, or renders unexpectedly.
Set up form input handling with validation and submission. Use when building forms with inputs, selects, checkboxes, etc.
Create a new screen/page for a Rezi TUI application. Use when adding views, pages, or screens to an app.
Add a data table with sorting, selection, and keyboard navigation. Use when displaying tabular data.
Write tests for Rezi widgets, screens, or app logic using createTestRenderer and node:test.
Add modal dialogs and overlay UI with focus trapping. Use when implementing confirmations, alerts, or layered interfaces.
Add routing with guards and nested outlets to a Rezi app. Use when building multi-page/screen TUI applications.
Set up keyboard shortcuts and chord bindings for a Rezi app. Use when adding hotkeys, key combos, or modal input modes.
Write tests for Rezi widgets, screens, or app logic using createTestRenderer and node:test.
Set up form input handling with validation and submission. Use when building forms with inputs, selects, checkboxes, etc.
Create a new screen/page for a Rezi TUI application. Use when adding views, pages, or screens to an app.
Add a data table with sorting, selection, and keyboard navigation. Use when displaying tabular data.
Debug rendering and layout issues in Rezi apps. Use when UI looks wrong, has layout problems, or renders unexpectedly.
Add modal dialogs and overlay UI with focus trapping. Use when implementing confirmations, alerts, or layered interfaces.
Profile and optimize Rezi app performance. Use when app feels slow, frames drop, or render phases take too long.
Add a new widget type to the Rezi framework. Use when creating new ui.* factory functions with layout, rendering, and tests.