#Fetch

3 posts

TypeScript + React in Practice #6: Fetch and API response typing
3 min read

TypeScript + React in Practice #6: Fetch and API response typing

The limits and risks of generic fetchers, and patterns for truly safe handling of external data using zod runtime validation.

JavaScript Practice #3 fetch and Async UI
7 min read

JavaScript Practice #3 fetch and Async UI

Practical patterns for fetching data and reflecting it in the DOM — loading/error states, debouncing, and cancellation with AbortController.

JavaScript Intermediate #6 fetch API and Error Handling
6 min read

JavaScript Intermediate #6 fetch API and Error Handling

fetch — modern JavaScript's standard network tool — from basic usage through headers, JSON, error handling, and AbortController.