GraphQL Fullstack Tutorial For Beginners - Instagram Clone
StepByStep.dev
New video about GraphQL - Comments Platform Using GraphQL Mutations and React - Full Tutorial https://youtu.be/UaUMYJ8Mq4Q
Check out the article: https://maksimivanov.com/posts/graphql-beginner/
In this tutorial, we’ll build a simple Instagram clone using React and GraphQL. In our version, it will only contain cat pictures.
GraphQL allows you to fetch data using Queries and update it using Mutations. Today we’ll focus on fetching data. We’ll create both backend and frontend.
We’ll get a list of images with comments and display them as a feed.
Glitch Projects
Kittengram-server Glitch project: https://glitch.com/~kittengram-server Kittengram-client Glitch project: https://glitch.com/~kittengram-client
Github Repos
Kittengram-server repo: https://github.com/satansdeer/kittengram-server Kittengram-client repo: https://github.com/satansdeer/kittengram-client
Context article: https://maksimivanov.com/posts/react-context-api/ My Discord Server: https://discord.gg/KPh8Vvb ... https://www.youtube.com/watch?v=MY-xI06yPHI
79668895 Bytes