I have two projects, let's name project A and project B, with webpack module federation, each of them having their own integrations between their apps. And I have a third project C with webpack module federation having its own apps integrations.
Every project has its own repository, with every team in every service is dedicated.
The proposal is how I can integrate the two projects in the third project without there being a conflict not between the applications, but within each project.
The deal is trying to make project C a father to project A and B. A and B are being childs to C, but still working independently from C.
Do I need to continue using module federation for this integration? Or do I need another architecture/idea for this implementation?