Hello everyone,
currently within our team we use Tauri to wrap our existing web apps and port them to the desktop environment for some additional features.
As part of the build process, we first build the web app, which we then use as the frontend for the Tauri app.
There are currently talks within the team to solve one of the complex problems that we have on our web application using microfrontends, I have to admit I don't fully understand how it works, but there were talks about a shell app running multiple other apps.
The question that I've raised is, given that we currently build the entire application and use the dist as the frontend for our desktop app, how would that work given that there might now be multiple dist folders with the microfrontend architecture. The guys that were doing the reasearch mentioned something that it might even count as one distribution, because the "parent" app would always load the "children apps", but I'm pretty sure we'd still have to package it all together for the desktop app otherwise it might not work.
Has anyone tried this with Tauri? Is it even possible? Any information regarding this is greatly appreciated 🙂