Skip to main content

Questions tagged [microfrontends]

Microfrontends are small, loosely coupled and independently developed frontend components that can be composed in a flexible way to make a frontend. They are the frontend pendant to microservices and are based on the same principles of breaking down a monolithic system.

-1 votes
1 answer
138 views

I am working on a form building feature that will be used across different applications within our organization. Since each app has a slightly different stack we are planning to implement this feature ...
Jordan Dantas's user avatar
2 votes
0 answers
117 views

Our team is exploring microfrontends as part of the suite of applications we currently offer our clients. A few questions come to mind which I'd appreciate thoughts on: I understand how a 'shell' or '...
MoMo's user avatar
  • 121
-2 votes
1 answer
138 views

I often get the argument that, if only a single team is working on the UI development, then the UI should not be developed as a set of Micro Frontends, with each one representing a subdomain. I would ...
Met's user avatar
  • 107
1 vote
0 answers
157 views

We are consolidating a number of disparate monoliths, redesigning and implementing a greenfield suite of microservices and micro-frontends. The stack is all new, the design is all new - it couldn't ...
Lee Alderdice's user avatar
1 vote
0 answers
256 views

I have been tasked with creating a unified UI for my current company for our Blazor Apps. We have 15 or so apps and we need to add more. Our current requirements are: UI appears the same The Menu ...
Ben's user avatar
  • 111
1 vote
0 answers
869 views

We are trying to migrate from a monolithic application to a micro-services one. On the backend we did a lot of work and now we start splitting it into REST micro-services with a well defined JSON API. ...
Daniel's user avatar
  • 19
5 votes
0 answers
1k views

I'm working with Web (react) and Mobile (IOS, Android) teams. And I find that even with a microservices architecture we end up always doing duplicated work at the front end/client level. How to ...
Txugo's user avatar
  • 151
1 vote
0 answers
173 views

Please forgive me if I am mixing up the terminology here, I'm a bit unfamiliar with it. I wanted to find a way to support extensibility in a web application; I wanted a web application that was ...
michael's user avatar
  • 119
0 votes
3 answers
581 views

In a microservices architecture where each component does one thing, how do you handle GUI logic? How do you avoid building a front end web application that has a lot of smarts built into it where it ...
dot's user avatar
  • 581
1 vote
4 answers
661 views

I'm a React developer at a large company working on an enterprise application which draws on a large amount of data, but performs a very specialized task and has only a handful of internal users. The ...
Rutherford Wonkington's user avatar
14 votes
1 answer
889 views

My understanding of Micro-frontends is that the key problem they solve is in helping enterprises have multiple, possible disparate teams, work on individual components/small-apps that will be used to ...
Kiran's user avatar
  • 251
3 votes
1 answer
698 views

So, we've got SOA on the backend (BE) and on the frontend (FE) we've got micro-frontends (the separate micro-frontends are loaded as components into the frontend app when needed, so internal process ...
Milkncookiez's user avatar
2 votes
2 answers
2k views

We are building several applications that will eventually be one front-end application. It is split up into several projects at the moment where each project is managed by its own scrum team. The ...
ailveen's user avatar
  • 138