Create a new screen/page for a Rezi TUI application. Use when adding views, pages, or screens to an app.
RtlZeroMemory/Rezi
SkillsMP has collected 10 skills from RtlZeroMemory/Rezi. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 10
- GitHub stars
- 669
- GitHub forks
- 16
Skills in this repository
Showing 10 of 10 collected skills.
Profile and optimize Rezi app performance. Use when app feels slow, frames drop, or render phases take too long.
Add routing with guards and nested outlets to a Rezi app. Use when building multi-page/screen TUI applications.
Set up form input handling with validation and submission. Use when building forms with inputs, selects, checkboxes, etc.
Add modal dialogs and overlay UI with focus trapping. Use when implementing confirmations, alerts, or layered interfaces.
Debug rendering and layout issues in Rezi apps. Use when UI looks wrong, has layout problems, or renders unexpectedly.
Add a new widget type to the Rezi framework. Use when creating new ui.* factory functions with layout, rendering, and tests.
Add a data table with sorting, selection, and keyboard navigation. Use when displaying tabular data.
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.