Reactjs – One big GraphQL query vs. many small queries for a web page
I'm interested in getting feedback on the architecture of a web app I've inherited. Some useful context: App is client-side rendered, written in React and uses Apollo GraphQL for data fetching. SSR is out of scope and adds more complexity…