Drag-and-Drop in the Terminal
Cell-by-cell diff rendering hits O(changed cells) while Ink redraws entire frames.
React terminal renderer with cell-level diffing and native scrollback. No alternate screen.
Ten times faster than Ink with cell-level diffing and native terminal scrollback.
Terminal UI developers, React developers building CLI tools
Ink · blessed · xterm.js
Cell-by-cell diff rendering hits O(changed cells) while Ink redraws entire frames.
Cell-level diff skips 97% of writes per frame using typed arrays instead of objects.
Cell-level diffing beats Ink's line rewriting by 1000x on bytes written.
12kb Markdown renderer with zero dependencies when react-markdown bundles 300kb+.
Three.js globe component with NASA night-light data built-in.
Replaces Flipper with a zero-config floating overlay for React Native performance inside Expo.