Graphql
Typescript
Bff
Bff pattern
Wundergraph

5 Best Practices for Backends-for-Frontends

Best practices to follow when implementing the BFF pattern: do’s and don’ts.

ByFernando Doglio
Published on

Enjoyed this article?

Share it with your network to help others discover it

Continue Learning

Discover more articles on similar topics to deepen your understanding

How to Build a GraphQL eCommerce App from Scratch

How to Build a GraphQL eCommerce App from Scratch

Setting JAMstack to easy mode with WunderGraph, Next.js, Strapi, and Snipcart

GraphQLJAMstackNext.js
How to Migrate a REST API to GraphQL the Smart Way with StepZen

How to Migrate a REST API to GraphQL the Smart Way with StepZen

How GraphQL might be a better fit for your next project than RESTful APIs

GraphQLAPIREST
Fixing the Backends-for-frontends pattern with Build-time GraphQL

Fixing the Backends-for-frontends pattern with Build-time GraphQL

The BFF pattern optimizes backends for specific client interfaces. Using GraphQL for it fixes some of its drawbacks, but can we do better? Let’s find out with WunderGraph.

GraphqlBff patternBff
Getting Started With WunderGraph: An API Gateway That Turns GraphQL Into RPC on the Fly

Getting Started With WunderGraph: An API Gateway That Turns GraphQL Into RPC on the Fly

A comprehensive guide to WunderGraph, with a focus on its new TypeScript Operations feature - async resolvers for data fetching, with shared types between Server & Client.

GraphqlNextjsWundergraph
An Introduction to Federated GraphQL - and WunderGraph Cosmo

An Introduction to Federated GraphQL - and WunderGraph Cosmo

Federated GraphQL architectures are the way forward for modular microservices-based development. But what happens when you need more than just your standard, garden variety unified GraphQL schema?

GraphqlGraphql federationOpen federation
Refactoring Monoliths to Microservices with the BFF and Strangler Patterns

Refactoring Monoliths to Microservices with the BFF and Strangler Patterns

How do you effectively migrate away from monoliths without getting stuck in Adapter Hell? Let’s talk about the synergy between BFFs and the Strangler pattern, featuring WunderGraph.

GraphqlWundergraphBff pattern