Skip to content

Commit

Permalink
Apply suggestions - intro
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Jan 20, 2025
1 parent a0e50d6 commit 628c2e8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/learn/federation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ import { Tabs } from 'nextra/components'

# GraphQL federation

As applications grow more complex, traditional monolithic approaches often fall short. At scale,
monolithic architectures can become cumbersome, brittle, and increasingly hard to test and validate.
This has led to a rise in the adoption of new patterns like distributed systems and microservices.
In some ways, GraphQL federation is like microservices for GraphQL - an architectural pattern that
has found particular resonance in the GraphQL ecosystem.
An alternative design approach to the classical monolith, often described as microservices, emphasizes breaking down complex systems into smaller, independently managed components. In some ways, GraphQL federation is like microservices for GraphQL - an architectural pattern that has found particular resonance in the GraphQL ecosystem.

GraphQL federation gained widespread adoption after
[Apollo GraphQL introduced Apollo Federation in 2019](https://www.apollographql.com/blog/apollo-federation-f260cf525d21).
Expand Down

0 comments on commit 628c2e8

Please sign in to comment.