Jul 28, 2017 · 1 min read
Great article.
can you please give me feedback on my question here:
https://stackoverflow.com/questions/45376542/how-to-use-subscribetomore-with-apolloclient-query
I know I could use apolloClient.subscirbe() but the issue with using it in saga is it will keep calling subscirbe callback even when you leave the component :(
Would like to know if what I’m doing is a good practice, I thought maybe it’s cleaner to keep the query/network calls out of the component and not to use graphql wrapper to wrap my component
