python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
In Nx + Angular monorepo architecture, where should I put testing helpers that are specific to just one library?
For context, we have an Angular + Nx monorepo with just one main app currently, but we plan to split it to a few separate microfrontends soon.
We currently have just one main module, util-models, that...

JoannaFalkowska
Votes: 0
Answers: 1
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
How to use common dependencies between multiple modules in React micro frontend
Hey I am using react microfrontend in my react project with webpack module federation.
After changing folder structure as per microfrontend structure facing some difficulties to handle common dependen...
Praveen Khatti
Votes: 0
Answers: 0