My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Microfrontends - Any good articles, stories, examples?

Damian's photo
Damian
·May 22, 2019

Hi Folks,

Recently I've been working hard to research and evaluate a micro services based approach to frontend development (see: https://micro-frontends.org/ ).

Do you know some good materials, articles, blog posts or repositories, describing the successful implementation of such architecture? I'm especially focusing on Micro Frontends based on WebComponents (or components in general) and all the challenges involved (like code sharing, payload size, components communication).

Or maybe you had a chance to work on something like this yourself? If so, please, share your approach and impression.

Right now, I'm working on a POC using StencilJS and webcomponents, for the moment, it looks like a very solid foundation for such architecture.

Thanks!