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

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

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