Anyone using Apollo/Meteor with Blaze?

I noticed https://www.apollographql.com/docs/react/#community-integrations Meteor via DDP-Apollo, but seems optimized for React. Anyone using Apollo & Meteor together w/ Blaze? Any strong opinions? Thanks!

I am using meteor apollo react

1 Like

blaze is only optimized for Meteor.Collections and Tracker code. I strongly advice against trying to use it with anything else.

If you want to use apollo, use React. It’s a better choice in the long run anyway

2 Likes