3 Guides

interactive

Interactive Guide to SSR for Fetching APIs in Next.js

Next.js provides Server Side Rendering (SSR) as a way of data fetching. Let's see how we can fetch data from APIs using SSR.

Interactive Guide to GraphQL Fragments

GraphQL queries enable declarative data fetching but may become complicated when you want to interact with many fields. GraphQL fragments solve this problem by allowing you to reuse parts of a query. This interactive guide will explain how they work.

Interactive Guide To URL API

The URL API is a component of the URL standard and the API that accesses and manipulates URLs. In this piece, we are going to look at how you can use URL API in your web applications.