Bunnix

Ultra-lightweight reactive UI framework

View the Project on GitHub bunnix-js/bunnix

Lifecycle

whenReady schedules a callback after the current render pass completes.

import Bunnix from '@bunnix/core';

Bunnix.whenReady(() => {
    console.log('DOM updated and components mounted');
});