acdlite / recompose

A React utility belt for function components and higher-order components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make use of Apollo Subscription

ChenLi0830 opened this issue · comments

I want to make use of the Subscription component https://www.apollographql.com/docs/react/advanced/subscriptions.html#subscription-component from Apollo in recompose. And I am not sure how to do it exactly. I was thinking to use fromRenderProps, but I am not sure how to pass in props such as variables into the Subscription component.

Any suggestions?

commented

This question is better to ask on StackOverflow. Please Getting Help.