-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1d16ca
commit 6100686
Showing
8 changed files
with
33 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
id: nova-spa-architecture | ||
title: The Nova architecture (Client-Side Rendering) | ||
sidebar_label: Nova architecture (Client-Side Rendering) | ||
--- | ||
|
||
The client-side implementation consists of a host application (SPA) that contains references to the javascript bundles of each Micro-frontend. | ||
|
||
Those bundles are lazy-loaded depends on the client-side route or when a Micro-frontend needs to be mounted on the page. | ||
|
||
![client side integration](/website/img/nova-spa.png) | ||
|
||
The host application use a [Nova Bridge](/website/docs/nova-bridge) to render a placeholder on the page where the Nova (Micro-Frontend) view needs to be mounted, then it emits an event named `NovaMount` the Nova entry-point listens and uses to render and mount the view. | ||
|
||
![client side integration](/website/img/client-side-integration.png) | ||
|
||
## Examples | ||
|
||
- [Vue.js](https://github.com/marconi1992/ara-spa-vue) | ||
- [React](https://github.com/marconi1992/ara-spa-react) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.