DEV Community

Discussion on: Initial look at the Meteor Community Survey 2020 results

Collapse
 
olivierjm profile image
Olivier JM Maniraho

I think more people aren't using GraphQL with meteor because the setup isn't as easy, you would think that using GraphQL with meteor would help connect from your any type of client but it is not easy, also Meteor's DDP, Methods, Pub and Sub is really solid and allows you get moving quickly.
I still haven't seen any framework like Meteorjs

Collapse
 
storytellercz profile image
Jan Dvorak

Yes and no. Most difficult part are the choices in my opinion. Check out my article abut adding Apollo skeleton to Meteor: dev.to/storytellercz/meteor-create...

Collapse
 
olivierjm profile image
Olivier JM Maniraho

Thanks for sharing this.