Current tick

This app tests whether all render functions execute synchronous user code within the current tick.
It also tests whether, conversely, all render functions execute async callbacks after the current tick is over. (This is probably not possible to affect from the render function level, as it's a property of the promises package, but I'm including these cases here for symmetry.)

Instructions: Verify that each row says 'OK' (no errors).

Sync

Async


Plot



Text



Print



Data Table



Image



Table



UI