Replies: 3 comments 8 replies
-
I am not 100% sure if this applied to your use case. I have an app shell and multiple remote apps and each remote app has its own instance of react router and own set of routes. I use react-router 6 and pass the useNavigate: https://reacttraining.com/blog/react-router-v6-pre/ |
Beta Was this translation helpful? Give feedback.
-
It is possible to use nested routes. Just config |
Beta Was this translation helpful? Give feedback.
-
I think the useNavigator works once the routes are loaded by the host container or child app. but not working when you use it as deep-link. Can any one suggest if the deep links works as remote urls for MFEs? |
Beta Was this translation helpful? Give feedback.
-
Is it possible to use nested routes inside remote apps?
Using
Route
from a shared instance of react-router doesn't seem to recognize app-shell'sRouter
.And if remote-app defines its own
Router
, then app shell can't track page redirections.Do you have any recommendations for this?
Beta Was this translation helpful? Give feedback.
All reactions