GraphQL

website

React Practice With GraphQL

Hello, and Welcome to my blog! Recently I have been working through some tutorials from Thinkster.io. In this blog post, I will be reviewing my experience going through the React and Redux tutorial. I completed the tutorial using the GraphQL API I made. The tutorial uses a REST API, so I had to make lots …

0 comments

GraphQL RealWorld API – TypeScript, JWT, MongoDB, Express and Node.js

Hello, Welcome to my blog! Following up on my most recent post “RealWorld API – TypeScript, JWT, MongoDB, Express and Node.js”. I have modified the REST API I made into a Graph QL API. What is GraphQL? GraphQL is a query language for an API. GraphQL allows front-end applications to have control to specify the …

0 comments