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!
Bridget Sarah
Full Stack Mobile App Developer
That was a really good article you've written and I liked the demonstrations of that, certainly interested to see more. I can't say much on micro architecture but I do know that the MVC pattern architecture supports micro-architecture to a degree .e g Pythons Django Framework supports it, angular and I think Vue and React, could be wrong about the last two.
You might find more on front-end micro-architecture if you find some software/web engineering books as if you're developing more apps you kind of sit between the two markets now:)