React Router v6 has some great features like loaders. However, these won't work if you use Routes component to wrap your routes in your micro front-end (like in the example project and all other examples around the web).
React Router docs say the following:
If you're using a data router like [createBrowserRouter](https://reactrouter.com/en/main/routers/create-browser-router) it is uncommon to use this component as it does not participate in data loading. - React Router
Has anyone figured out how to do module federation where you define routes in your micro-frontend as RouteObject[] in order to use all of the new React Router features? Will this example project be updated any time soon?
React Router v6 has some great features like loaders. However, these won't work if you use Routes component to wrap your routes in your micro front-end (like in the example project and all other examples around the web).
React Router docs say the following:
If you're using a data router like [createBrowserRouter](https://reactrouter.com/en/main/routers/create-browser-router) it is uncommon to use this component as it does not participate in data loading.- React RouterHas anyone figured out how to do module federation where you define routes in your micro-frontend as RouteObject[] in order to use all of the new React Router features? Will this example project be updated any time soon?