Tag: GraphQL
All the articles with the tag "GraphQL".
Adding Local Markdown Posts to Your Hashnode-Powered Astro Blog
Published: at 12:00 AMLearn how to create a hybrid blog system in Astro that fetches posts from Hashnode's GraphQL API while also supporting local markdown files.
How to Fetch Data from Strapi GraphQL in Next.js 13 Server Components
Published: at 12:43 PMFetch Strapi GraphQL data in Next.js 13: Set up Strapi, GraphQL, Next.js, create client, generate types, fetch in Server Components
Mocking GraphQL response for React components using MockedProvider
Updated: at 06:06 PMIn GraphQL-powered React apps, testing component behavior based on GraphQL data is a common scenario. Let's see how to achieve that with MockedProvider.
GraphQL vs REST
Published: at 10:22 AMLearning curve, tooling, and development in GraphQL vs REST
Tutorial: Apollo Client with React and TypeScript
Updated: at 09:15 AM