DEV Community

Minh Pham
Minh Pham

Posted on

Share data between microfrontend repos

Issues:

When working with microfrontend in nextjs repos, we need to share data in these cases:

  • Data from container repo to all child repo
  • Authentication problems: when we login in 1 remote repo but need to be authenticated in all other repos

Top comments (0)