Tag: GraphQL
All the articles with the tag "GraphQL".
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