v0.16.155 - 31.4 / 23.2

ready

ready is for components that need to run some initialization.

The ready callbacks, will run once the current processing batch is done. That's it, after the full queue of onMount callbacks has been processed, and before painting. Relevant Elements that render something should be already connected to the document.

# Arguments

nametypedescription
fnfnfunction to run once the processing batch is done

# Snippet

# Timing

Displays current timings of ready vs onMount