Closed loganpowell closed 6 years ago
/label idea, feature
There aren't currently any plans to integrate RxJS
further with apollo-client
/ react-apollo
. apollo-client
already leverages Observables (using zen-observable
), and if you want to use RxJS
the apollo-client
API should allow you to do so. Thanks!
Intended outcome:
I'm super stoked about using Apollo Client for its
link-state
and am also excited about the prospect of leveraging observables in my code (with RxJS in my case).Actual outcome:
However, though there seems to be first-class support for
RxJS
for Angular, that seems to be missing for React.Are there any plans for supporting
QueryRef
inreact-apollo
?