Hacker News new | ask | show | jobs
by strogonoff 567 days ago
You are right, and my calling it imGUI is a stretch since actually it does rely on state to know when to render.

If you think about it, the end goal is rendering, and React facilitates that, but the actual rendering (as in, changing page DOM, terminal buffer, etc.) happens outside of React. So my definition may need to be adjusted.

I still think it’s a stretch to call React a framework, though!