Skip to content

Routing within iframe #3235

Answered by ndricimrr
gtb104 asked this question in Q&A
Mar 21, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @gtb104 ,

I think part of this answer could be a good start for what you are looking for.

There is Luigi's top level routing which you already noticed that we refer to as Luigi Core and there is the Microfrontend's own routing .
The top level routing's main idea is to allow cross-microfrontend navigation at a higher level by also allowing the browser history back and forth navigation.

However, the internal routing of say your Ember/React application keeps working as it normally would within its own iFrame but you need to coordinate it with the parent Luigi routing so that the history is not lost as you mentioned in Browser history back.

So if you need to have your React/Ember Microfron…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gtb104
Comment options

Answer selected by gtb104
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants