Hacker News new | ask | show | jobs
by choward 2391 days ago
With GraphQL you could in theory grab all the data a page needs in one request. Suspense seems to only be useful if you are making multiple requests. Not sure what Apollo has to do with anything though.
1 comments

Isn't still possible to wait for the data from that one request to be loaded? I'm also curious on how this will work with subscriptions.