DEV Community

Discussion on: From Idea to Production

Collapse
 
deciduously profile image
Ben Lovy

It'll totally work with Vue and GraphQL, but you probably do not need GraphQL. My $0.02. Start with your Vue frontend, that'll at least get you going!

Collapse
 
malgamves profile image
Daniel Madalitso Phiri

What parts do you think might need GraphQL? I really don't want to use something I don't need. Thanks for the heads up!

Collapse
 
deciduously profile image
Ben Lovy

GraphQL is excellent for processing large amounts of requests which each have varying needs regarding what exactly they're querying from the server. At first glance, it seems like the bulk of the requests your app will generate will be shaped more or less the same, and you aren't anticipating a high volume/second.