What is Backend for Frontend (BFF) Architecture?
Sigiloso
BFF is an architectural pattern where a dedicated backend service is created for each front-end client (web, mobile, etc.). It is targeting for perticular front-end client so that it improves the performance, simplifies the logic clutter, and reduces network traffic.