There are different ways to achieve this all depending on your setup. If you use Apollo, you can just connect to the Apollo endpoint. If you want to use DDP, then you will have to use one of the DDP client libraries. Here are two that I found with a quick search on the forums:
Motivation.
I am working in a startup. At first I was the only dev in my company and the best choice in speed and quality was Meteor. We also needed few mobile apps and we choosed Ionic. Working with naked DDP was a hell of the thing especially to non-experienced Meteor developer like me. Projects like Asteroid didn’t provide the proper functionality and documentation for DDP outside the Meteor world and not being maintained for few years. Our team started to grow and frontend developers not fa…
Hi,
I would like to announce a project I’ve been working on for the past couple of months:
It’s a completely new DDP client that should work out of the box with any React application and any kind build tool for both browser and react-native.
The api is fully declarative , inspired by ApolloClient to some extent, but it does not offer any of the GraphQL goodies. Instead it relies on the standard DDP features - you can either request your data via subscriptions or methods. This means that the …