we have 5 existing applications which provides different kinds of services. We are essentially aiming to build an integrated system as a unified interface, where users can access all the services in one place without needing to interact with five separate applications. By reusing parts of the existing UI, we can maintain consistency and potentially save on development time, while not altering the existing applications themselves.
We thought of using Micro frontend services , but we need to make some changes to expose (module federation plugin) in existing applications. we are not allowed to make any changes. is there any way to load some part of UI dynamically.