https://github.com/sasoria/declarative-shadow-dom-microfrontends
Streaming in microfrontends with declarative shadow dom
https://github.com/sasoria/declarative-shadow-dom-microfrontends
declaratice-shadow-dom micro-frontend ssr streaming
Last synced: 12 months ago
JSON representation
Streaming in microfrontends with declarative shadow dom
- Host: GitHub
- URL: https://github.com/sasoria/declarative-shadow-dom-microfrontends
- Owner: sasoria
- Created: 2024-05-17T08:42:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T13:00:49.000Z (about 2 years ago)
- Last Synced: 2024-05-22T11:51:22.678Z (about 2 years ago)
- Topics: declaratice-shadow-dom, micro-frontend, ssr, streaming
- Language: JavaScript
- Homepage:
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microfrontends with Declarative Shadow Dom
This example shows how to stream in microfrontends that are Server-side rendered using Declarative Shadow Dom. The microfrontends are streamed in, out of order.
## Usage
### Microfrontends
- Install dependencies with `npm i`
- Start each microfrontend with `npm start`
### Shell
- Install dependencies with `npm i`
- Start the shell with `npm start`
The app should show up on http://localhost:3000