S
S
sergeyviktorovich2021-05-08 16:10:54
Vue.js
sergeyviktorovich, 2021-05-08 16:10:54

What is a parent application and a mini-kernel?

Please explain, I can’t understand what they want in the task and how is it done?

Develop a parent application that will serve as a container for connecting child blocks with business logic.
The container should include a header with a menu of two pages and an area for loading content for each page (blocks).
The content of child blocks should be loaded dynamically with lazy loading (separate bundle).

Next, you need to develop a mini-kernel that will be loaded with the parent application and have an api for loading additional plugins. The core must be accessible from the code of each page of the parent application.

The first core plugin is a plugin that implements the data bus pattern. It implements a global data bus at the application level. Each component of the system can write events to it or read them from it (via a subscription).

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question