From monolith to microservice
Let's take an online store as an example: it can consist of microservices like order management system, customer data, shopping cart and review. When the review microservice, for example, has once been created, it can be reused as a basic component with any other system, via API. Thus, the same capabilities don't have to be built in many different monolith systems.