DEV Community

Cover image for What You Should Know About Logging with Micro-Frontends In 2022
Andrew Stacy
Andrew Stacy

Posted on

What You Should Know About Logging with Micro-Frontends In 2022

There is a new trend in building enterprise scale applications that is extending the concept of micro-services all the way through to the frontend of applications. We call this concept Micro-Frontends.

However, when we divide our applications into multiple, smaller applications, challenges arise in regards to how we control our logging in both the development environment and in production.

First, we'll take a look at a basic micro-frontend architected application and then dive into some logging concepts that are applied in standard back-end environments. After that we will take a look at how we can use the Adze logging library to solve this problem for the frontend.

To read the rest, go here: https://andrewstacy.com/blog/logging-with-micro-frontends/

Top comments (0)