devosaurus
TTCTheo's Typesafe Cult
•Created by devosaurus on 1/28/2024 in #questions
Frontend/Backend argument for more tailored BFF UI response
Thanks for input @shivam 🙏
12 replies
TTCTheo's Typesafe Cult
•Created by devosaurus on 1/28/2024 in #questions
Frontend/Backend argument for more tailored BFF UI response
We don’t have server rendering possibilities unfortunately, it’s an older react app from before next was a thing 😀 so the bff/api gateway is in Java and written by backend developers
12 replies
TTCTheo's Typesafe Cult
•Created by devosaurus on 1/28/2024 in #questions
Frontend/Backend argument for more tailored BFF UI response
Benefits I could think of is reduced latency, gateway to microservice is quicker, always closer.
Less noise on client, also in code I guess.
Caching on server?
12 replies
TTCTheo's Typesafe Cult
•Created by devosaurus on 1/28/2024 in #questions
Frontend/Backend argument for more tailored BFF UI response
I was thinking categories and accessories. But maybe even reviews.
It would then be just 1 call to have the information needed for this view, instead of 4 (between client and api-gateway)
Moving aggregation of data to server.
12 replies