Sitemap
Bits and Pieces

Insightful articles, step-by-step tutorials, and the latest news on full-stack composable software development

Follow publication

The BFF Pattern (Backend for Frontend): An Introduction

8 min readFeb 23, 2021

--

In that case, the frontend needs to have some logic on its own to re-format these data. Having such logic in the frontend will use up more browser resources.

Build in AI speed — Compose enterprise-grade applications, features, and components
Build in AI speed — Compose enterprise-grade applications, features, and components

How does it fit in for the eCommerce example?

The role of a BFF

Will this increase latency?

Building a BFF allows you to intelligently make batch calls to other backends/ microservices and return the data all at once, or return a more convenient representation by transforming and formatting the data.

When to use a BFF for your applications

Can we have multiple BFFs?

Source
Source

Advantages of having a BFF

Source

Best practices to follow in practice

Summary

Integrating faster with components

From monolithic to composable software with Bit

Micro-Frontends

Design System

Code-Sharing and reuse

Monorepo

--

--

Bits and Pieces
Bits and Pieces

Published in Bits and Pieces

Insightful articles, step-by-step tutorials, and the latest news on full-stack composable software development