“We have API for web, you can reuse it” – sounds familiar? You know this problem which we usually have with API which is not tailored for our needs or mobile app.
A BFF address the needs of respective frontend frameworks, like desktop, browser, and mobile apps. One of the biggest appeals of BFF is that it ensures seamless user interaction regardless of the platform the frontend application is running on. Ideally, the front–end team will be responsible for managing the BFF as well, and now we can do this with the support of Kotlin for Backend.
During this presentation, we will discuss aspects of BFF and how we can implement it as a frontend team.