Ultra-lightweight reactive UI framework
View the Project on GitHub bunnix-js/bunnix
whenReady schedules a callback after the current render pass completes.
whenReady
import Bunnix from '@bunnix/core'; Bunnix.whenReady(() => { console.log('DOM updated and components mounted'); });