AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
API Coordination: A Problem With Front-End Developers
API coordination is the next pattern from the BFF pattern site. What we do is create an endpoint on our BFF and that allows us to talk to multiple services, do the 17 API requests or whatever we need, combine it all together and then send it back to our clients. So our client makes one single request, our BFF handles all the coordination and that makes the whole thing a lot easier for us in the client side.