This package contains a set of essential utility functionalities for developing projects in BeyondJS.
With @beyond-js/kernel
, you have access to the Events
and routing
modules, allowing you to easily manage events
and navigate between microfrontends in your BeyondJS application.
To start using this package, simply import the required functionality into your project:
import {Events, routing} from '@beyond-js/kernel'