DEV Community

Discussion on: State of Microfrontends

Collapse
 
florianrappl profile image
Florian Rappl

Thanks and totally agreed.

Your comment makes it sound like I wrote "you should use microfrontends everywhere" which could not be further from the truth.

If you watch any of my talks on YouTube you will also hear quite often that microfrontends are a solution to a specific problem. Just like microservices you should not use them unless you are sure that they give you benefits. There's always a trade off and there's no silver bullet.

If your problem is solved with a simple static HTML page -> go for it. If you need no more than a server-side rendering -> go for it. If a simple SPA does it -> great. Here its all about options - not about forcing you into anything.