Hi,

If I create a RESTful backend API service, should I directly make calls from the frontend and render everything client side (e.g. React, Angular, etc.), or should I create another UI server that makes calls to the API, does server side rendering, and returns the html to the frontend. Is one approach better than the other. What are the tradeoffs?

submitted by /u/taway0907
[link] [comments]