logoalt Hacker News

wild_eggtoday at 9:54 AM2 repliesview on HN

> immediate mode

You keep using that word. I do not think it means what you think it means.

React most definitely falls under what would be called a "retained mode" of some sort. And the UI library described here is also.


Replies

sroericktoday at 12:40 PM

Isn't React specifically an attempt to build an immediate mode UI on top of the DOM?

pedro_movaitoday at 10:05 AM

I think the author is referring to immediate mode because of

UI=f(state)

show 1 reply