logoalt Hacker News

freefrog1234yesterday at 10:18 AM1 replyview on HN

By default it re-renders on each event. This isn't often on mobile apps, but moving a mouse across a desktop app triggers multiple vents. There is a function call to request a re-render if you want not to wait for an event.


Replies

mort96yesterday at 10:25 AM

So if it's just an idle visible application, does it not render at all because there are no events? Or am I right that there's some idle redrawing going on

show 1 reply