Skip to content

ruiramos/microfrontends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

microfrontends

Repository with some experiments and POCs of microfrontend architectures.

Goals

"Micro-frontends" that...

  • are dynamically linked at run-time (so that when the sub-apps update the "container" app doesn't need to be rebuilt)
  • know about each other's location via environment variables
  • work independently
  • share dependencies (so that common libraries are only sent once)
  • can be mounted in different routes

There's a version using vanilla JS and a version with React.

About

Frontend apps integrated at runtime (POC)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published