Graphql
Data Fetching with Next.js 13's Bleeding-Edge Features — A Primer
The app directory, Streaming, Suspense, and hybrid Server and Client Components demystified — with a little help from GraphQL + WunderGraph.
nextjsreactgraphql
How to Use ChatGPT as an Educational Chatbot in a Next.js Frontend
Can you use OpenAI's GPT-3.5 on your website as a chat assistant? You bet. Here's how to get it done with an Express server, WunderGraph as a BFF, and GraphQL.
chatgptnextjsreact
How to Compose and Integrate APIs Together as if You Were Using NPM for APIs
Learn how to bring React's paradigm of Composability to the world of APIs, microservices, and databases — powered by Wundergraph, build-time GraphQL, and the BFF/API Gateway pattern.
apisreactcomposability
How to Build a GraphQL eCommerce App from Scratch
Setting JAMstack to easy mode with WunderGraph, Next.js, Strapi, and Snipcart
graphqljamstacknextjs
How to Migrate a REST API to GraphQL the Smart Way with StepZen
How GraphQL might be a better fit for your next project than RESTful APIs
graphqlapirest
GraphQL Queries in Python
Taking a script from rough sketch to maintainable production code.
pythongraphqlprogramming