apollo-graphql-full-stack
apollo-graphql-full-stack copied to clipboard
Full-stack Apollo GraphQL app using React and Node JS
Apollo GraphQL: How to build a Full-stack app with React and Node Js
Apollo Client is a complete state management library for JavaScript apps. It's a powerful tool since it can be used on both back-end and front-end side. In this tutorial, we will use it on both by building first an Apollo GraphQL Server with Node JS and then consume the data on the client-side using React JS.