Open
Description
I believe a small delay for nap present()
would be great for the developer to understand what's going on.
How important this is? I'm not sure.
Simply using setTimeout
has shown to produce a lot of problems with nap. I believe we should buffer all present()
and process sequentially. If we do this, we could even stop in time right before nap's present()
. Imagine how cool it would be to be able to change the code and see what nap will do, before actually updating the store.
Activity