Hacker News new | ask | show | jobs
by orbifold 4069 days ago
Actually it can be feasible and quite convenient to have control over the event loop yourself, this is what immediate mode ui libraries and computer games are doing, in a way facebook's flux architecture plus react facilitates that kind of UI programming for the browser.
1 comments

Thanks for the pointer to Immediate Mode UI libraries.