Hacker News

Favorites Setup
Comment by phyzix5761 | original | HTML Can Do That
[−]phyzix5761 · 2026-08-20 Thu 16:33 UTC · link
Once backend and frontend became two separate teams frontend people didn't want to keep asking backend to make logic changes for state, so frontend took things into their own hands. The mistake was making it two separate teams.
[−]impulsivepuppet · 2026-08-21 Fri 11:15 UTC · link
the frontend team can write a BFF to make all pages render server-side. there is an advocacy group for keeping oauth2 clients out of browsers which gives this idea some _political_ merit. in ways more than one, SPA is not the only solution when a dedicated _frontend team_ is employed.
[−]phyzix5761 · 2026-08-21 Fri 12:26 UTC · link
The separation of teams happened before the BFF pattern came into existence so all frontend engineers became specialists in frameworks like React. Unless you can do it with React, FE's won't touch a BFF or anything else for that matter.