kamilkisiela / apollo-client-rxjs

Adds RxJS to ApolloClient
http://apollostack.com
44 stars 12 forks source link

Example with redux-observable #17

Open veeramarni opened 7 years ago

veeramarni commented 7 years ago

Do you have any examples using with redux-observable?

kamilkisiela commented 7 years ago

Unfortunately not

jguipi commented 7 years ago

Would be really useful

smeijer commented 6 years ago

I think an example of how to implement infinite scroll. With abortion of pending requests / debouncing, on continuous scroll events, would be a good selling point.