Next.js Discord

Discord Forum

Embed two Next apps?

Unanswered
European anchovy posted this in #help-forum
Open in Discord
European anchovyOP
So I have a stupid requirement that means I need to embed two apps on one page. It's stupid, but due to circumstances I need to do this for a project. I have been doing some experimenting with no luck. Does anyone know how I could get two apps in without the applications conflicting?

5 Replies

If its something you have built you can likely simply import the components and display on the same page?
@Jboncz If its something you have built you can likely simply import the components and display on the same page?
European anchovyOP
It’s something other teams built. One of them has to be server side rendered whilst the other has to be statically generated. The first approach would be to introduce a new app and import the dependencies but that introduces untenable performance issues with either ssg or ssr.
So you essentially want a third app that allows you to load two different web pages on a single web page?
Check out using iframes to see if that will work?