Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

102
Views
Race condition single-spa microapp mounting and angular component

I am having race condition using single-spa with Angular which result Single-Spa app rendered in just direct children of html root/body for example I want to load Favorite micro app component under Header Component

 <body>
  <my-header>
      ...
      <div id="single-spa-application:user-favorite></div>
  </my-header>
 </body>   

But it happens like 10% of time the microapp will load directly under body

<body>
 <my-header>...</my-header>
 <div id="single-spa-application:user-favorite></div>
</body>

I think the Single-Spa microapp activeWhen matches the url and load the app, for example /favorite and then active the micro app but the page (angular header component) is not ready yet (DOM is not complete), therefore the microapp was load outside .

I would love to know some insights and what are the best practices to avoid this condition.

Thank you

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!