|
|
|
|
|
by troupo
124 days ago
|
|
> Using React for knowing what to render is good enough for state management for me In TUIs you can re-render the entire screen at hundreds of frames per second. Has nothing to do with state management. Doesn't need React to "figure out what to render". Again, React is not a state management library. And it's not really applicable to non-DOM rendering approaches. |
|