Open
Description
We are currently in the process of migrating our client-side rendered (CSR) applications to server-side rendering (SSR). As a first step, we are planning to migrate the host container to SSR using an SSR-compatible framework (such as Next or Modern). However, the remote applications (micro frontends) will continue to be client-rendered initially.
We have the following questions:
- Is it possible to have the host application rendered via SSR while remote applications continue to be rendered on the client side (CSR)?
- Is there a working example or reference implementation demonstrating this hybrid setup (SSR host with CSR remotes)?
We are exploring best practices and any potential caveats we should be aware of when setting up this hybrid model. Any guidance or resources would be greatly appreciated.
Metadata
Metadata
Assignees
Labels
No labels