-
Notifications
You must be signed in to change notification settings - Fork 100
State link and subscriptions? #138
Comments
I asked the same thing yesterday and found out that subscriptions were not necessary for my case: |
@blissi thanks for the tip, didn't thought of that... and it works very well. So this issue can be closed |
You're welcome. Just one question: |
Hey @blissi! Subscriptions are not supported yet, but we're looking to implement them soon. Right now, most browser / React Native device APIs allow you to register a callback to an event listener where you can trigger a mutation. This should cover most use cases for now until we add support for subscriptions. |
@snajahi I haven't tried it any further and removed apollo link state from my project. |
@peggyrayzis Hey, any update for this issue now? |
@peggyrayzis bump. Any news on this? What is the state of things now? |
Subscriptions for this would be amazing. Light-years away from Redux or Mobx. |
Hey,
any chance this link will work with subscriptions?
Current use case:
I would like to make a subscription that will receive the currently discovered bluetooth device... something like:
then I would publish the device via pubSub from a local bluetooth manager to that client subscription.
Any plans for something like that in the future?
The text was updated successfully, but these errors were encountered: