6.1.4.3.
Additionally, this pattern requires all interactions between the JavaScript application and the resource servers to be proxied by the BFF, which puts a significant burden on the server-side component.
I usually use the BFF architecture without requiring a downstream API or a resource server and thus no proxy is required. My server logic is deployed as part of the BFF server application.