Hacker News new | ask | show | jobs
The Evolution of Application Architecture: MVC, GraphQL, BFF, RSC (imgur.com)
2 points by nullxone 1033 days ago
1 comments

Looking back over different patterns shows how projects and teams should be organised to scale complexity, and how new tech like React Server Components and Backend for Frontend should be used.

Some ideas from the post: BFF should be outside the security boundary (so it can be owned by product teams) RSC is a view layer! Don't put business logic in it.

I agree with your take.

More resources on BFF's: https://bff-patterns.com/