Skip to content

Latest commit

 

History

History
 
 

server-side-render-only

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

ModuleFederationSSR

Module Federation Server Side Rendering example :)

Remote server exposes "SharedComponent", and Host server consume and render it in Server Side.

Changing "SharedComponent" will affect both servers, without rebuilding Host server

npm start

https://localhost:3000/ - Host Server

https://localhost:3001/ - Remote Server