description: The onNuxtReady composable allows running a callback after your app has finished initializing.
---
# `onNuxtReady`
The `onNuxtReady` composable allows running a callback after your app has finished initializing. It is ideal for running code that should not block the initial rendering of your app.