Back to Pull RequestsView on GitHub
#469Open
Simple Review
feat(solid): allow passing custom CliRenderer to render()
by remorses•Jan 4, 2026
Summary
This pull request allows developers to provide their own custom renderer to the `render` function in the SolidJS integration. This enhances flexibility by enabling scenarios like rendering TUIs in a web browser, while ensuring existing usage remains compatible.
Changes
+24 additions-9 deletions
Impact Areas
SolidJS IntegrationRendering EngineAPI Flexibility