|
|
|
|
|
by sweetheart
132 days ago
|
|
React's core is agnostic when it comes to the actual rendering interface. It's just all the fancy algos for diffing and updating the underlying tree. Using it for rendering a TUI is a very reasonable application of the technology. |
|