Skip to content

NextJS micro-frontend POC framework with a run-time integration + SSR approach

Notifications You must be signed in to change notification settings

micro-frontend-frameworks/nextjs-run-time-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

micro-frontend-frameworks logo

NextJS microfrontend framework with run-time integration approach


Strenghts

  • Each microfrontend can be deployed independently.

Weaknesses

  • Client-side rendering is not an option.

Playing with the POC

Unfortunatelly, you can't play with this POC unless you configure your own Vercel instance to take care of the deployments of the micro-frontend applications. That is because I didn't implement a programmatic deployment workflow for this POC (too much effort for a POC).

Architecture

Interaction Overview

Microfrontend Framework