relay-tools / react-relay-network-layer

ReactRelayNetworkLayer with middlewares and query batching for Relay Classic.
MIT License
276 stars 47 forks source link

When will subscriptions be supported? #48

Open pbassut opened 7 years ago

pbassut commented 7 years ago

In the meantime, is there a way to integrate this library with https://github.com/edvinerikson/relay-subscriptions ?

nodkz commented 7 years ago

Sorry, I not ready to answer about subscriptions right now. I have no experience, yet with them. And will look on subscriptions somewhere in the mid of summer.

You may see this fork https://github.com/zzish/react-relay-network-layer/commits/socket BTW @blaiprat @edcarr maybe you have enough experience with subscriptions and can make PR?

blaiprat commented 7 years ago

Hi, the fork we have it's actively being used in our projects in Zzish, but I can't say at this point if it's standard enough to be merged, specailly after the release of Relay 1.0 wich supports subscriptions out of the box.

Give me some time to do a little more digging and I'll update this issue to see how can we help