Preview links between microfrontends projects now serve all paths

1 min read

Teams using microfrontends can now visit all routes from any domain in the microfrontends group, enabling teams to test their full site experience without broken links or missing pages.

Previously, the microfrontend group's root domain would be the only one to serve the paths hosted by child microfrontends. Now, preview links between all microfrontends projects automatically serve all routes in the group.

With this new feature:

  • Preview links on child microfrontends now route paths to other microfrontends in the group, eliminating 404s.

  • Deployments built from the same commit or branch automatically link to each other, making it easier to test changes in monorepos.

  • Fallback routing ensures that requests to microfrontends not built on the same branch are still resolved.

This feature is enabled by default for all new microfrontends, and will be rolling out slowly for existing teams.

Learn more or get started with microfrontends today.