|
|
|
|
|
by radicalbyte
564 days ago
|
|
Next.js combined code which runs on client and server into one thing, by default, then uses a naming convention to avoid disaster to avoid disaster. That's a massive foot-gun. Angular, out of the box, is focused on code which runs on the client. Yes you can do some tricks where some code is executed on the server, however the logical model stays the same: it's frontend code. So you wouldn't put tokens which you know belong in a BFF anywhere near it. |
|
This is also no worse than literally any SSR tool that's ever existed, going back to the CGI days.