Mar 7, 2021
BFF is essentially a Facade layer. It is an application of the Facade design.
Instead of consuming the micro-services directly, the Frontend consumes a facade layer, responsible for implementing all the orchestration and transformation necessary in order to simplify the complexity and payload overloads to the front-end.