These cookies allow core website functionalities such as user login. The website cannot be used properly without strictly necessary cookies. These coo

Our way to micro frontends at Codesphere

submited by
Style Pass
2023-05-30 10:30:16

These cookies allow core website functionalities such as user login. The website cannot be used properly without strictly necessary cookies.

These cookies are used by third-party analytics tools to capture user behavior on our website to understand user interactions and make product improvements.

These cookies are used by third-party companies to remember visitor behavior across the website to deliver relevant promotions and other content on external platforms.

Micro frontend refers to a concept where, similar to microservices, different parts of an application or website are handled by individual non-connected resources. Unlike with typical microservices each component has its own back and front-end.

Too abstract? Agreed! But with a simple example it should be a lot easier to understand. Take a typical e-commerce site it consists of multiple parts, the landing / front page, one or multiple category pages and at least the actual product pages.

A micro frontend setup would separate some or all individual parts into separate services each with an individual frontend. Take the example of myshop.com, the index page myshop.com/ is served by one service and myshop.com/shop by a different one.

Leave a Comment