Hacker News new | ask | show | jobs
by linkmotif 3161 days ago
> I've considered that, but it's extremely annoying (and still not really possible with Relay or Apollo)

It’s easy with Relay. With Classic you render a RelayRenderer. In Relay Modern you render a QueryRenderer. Either way, you can issue more queries than just your root query and it’s as easy as rendering a React component.

1 comments

It’s not. I’ve tried with Relay Modern. See the API I want elsewhere in the thread.
Yes I think I see what you mean now.