An open API service indexing awesome lists of open source software.

https://github.com/beyondjs/kernel


https://github.com/beyondjs/kernel

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

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'
```