#How to achieve Micro Frontend in Tauri (load frontend by demand)
4 messages · Page 1 of 1 (latest)
@idle creek I think so. Maybe this will be less something about tauri and more about the tool you use on your FE framework. I've already done that with Angular
Ooo that's sounds great! Can you share how you've done it? I'm using plain old react and vite for my project
Sure thing, but I don't know if this will help you that much, because I didn't configure it, it is something internal to angular 😀
Here: https://github.com/charlesschaefer/faire-todo-app/blob/main/src/app/app.routes.ts we load the components asynchronously, so it won't build a large pack with everything, which allows to include the components as they are required.