Giter VIP home page Giter VIP logo

Comments (3)

jamiter avatar jamiter commented on June 18, 2024

Hi! Well it doesn't have any mapping to ApolloClient.subscribe yet, so that needs to be added. In the context of Blaze you would expect an automatic unsubscribe when a Template is removed from the DOM.

Something like:

// In template
this.gqlSubscribe({
  query: SUBSCRIPTION_QUERY,
  variables: {},
}).subscribe({
    next(data) {},
    error(err) { console.error(err); }
});

The .subscribe part could also be done automatically and it could return a reactive var to listen to. The big difference between Meteor subscribe and GraphQL subscribe is that is that the last one doesn't automatically update any store, does it? So you would always need to manually put the update data somewhere... So that would also mean a manual .subscribe call, right?

So short answer: This package doesn't prevent you from using the mentioned package, but at the moment it won't add any features to Blaze either.

from blaze-apollo.

jamiter avatar jamiter commented on June 18, 2024

@elie222, I just pushed an update that should make subscriptions possible! Let me know if you run into any issues.

The cool thing is that using gqlSubscribe will automatically unsubscribe when a template is removed.

from blaze-apollo.

elie222 avatar elie222 commented on June 18, 2024

from blaze-apollo.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.