Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 59s
This should be the way it should be done all the time, such that you are not rendering for every input, but instead handle all `App.Event`s that happened between the last render and the current. This shares similarities with the continuous event loops, which also batches the events only with the exception that it instead blocks (see `App.Queue.poll`).