python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
ChunkLoad Error with Angular and module Federation
I'm trying to create an angular micro-frontends using module federation. Following this tutorial (the angular CLI part), I've created 3 projects in an angular workspace: shell, admin and dashboard.
I'...
Aw3same
Votes: 0
Answers: 0
How deploy micro frontend on S3
I'm trying to deploy Micro-frontend on S3, following these instructions:
deploy micro-fronted on AWS.
There are two apps - Remote and Host.
I was able to see the app after the remote upload was succes...
avivl
Votes: 0
Answers: 0
Module Federation Loading Nested App route
I have a app in the below structure
---Main App (router-outlet>)
--Animal ()
-Dashboard. (url app/dog/dashboard)
--Animal (router-outlet>)
-Dashboard (url app/cat/dashboard)
Now I want to separ...
Pratik Kelwalkar
Votes: 0
Answers: 1
Deployable MFE using nextjs and module federation
does anyone has experience using Nextjs and module federation for creating the MFEs that can be deployable?
I can see there are some limitations and we'll lose SSR in that case like deploying micro fr...
Nafis
Votes: 0
Answers: 0