@beyond-js/kernel
v0.1.9
Published
This package contains a set of essential utility functionalities for developing projects in BeyondJS.
Downloads
305
Readme
Welcome to @beyond-js/kernel
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'