DEV Community

Discussion on: Why I no longer use GraphQL for new projects

Collapse
 
sixman9 profile image
Richard Joseph • Edited

I've been aware of GraphQL for some time now and outside of tinkering in a Gatsby-included console, I have not used it in anger. I did like the idea of specifying the shape of returned data and combining back-end data.

I'm now thinking of one-manning some dev ideas I have, using Typescript via ReactJS, React-Native and possibly a NestJS back-end. I only needed to read as far as 'authorisation on REST end-points' coupling this with prior knowledge of my domain, AND being a small team of one, I've realised that I do NOT need something else to 'figure out', I'm too old for that, too 😏.

So, in short, your article was timely and really has made a decision for me, I thank you.