Breaking React Query's API on purpose
React Query v5 will remove useQuery callbacks, exploring API design challenges and the rationale behind breaking changes in library development.
React Query v5 will remove useQuery callbacks, exploring API design challenges and the rationale behind breaking changes in library development.
A deep dive into fixing a TypeScript bug where spread operators with generic tuple types produce incorrect type inferences.
A beginner's guide to understanding and using function types in TypeScript, covering syntax, type aliases, and practical examples.
An open source maintainer outlines their 2023 goals, focusing on TypeScript static analysis, community engagement, and performance improvements for typescript-eslint.
A tutorial on building a full-stack TypeScript application with end-to-end type safety using tRPC, React, and Node.js.
A code review of the Obsidian Clipper plugin, focusing on its TypeScript and Svelte implementation for clipping web content into notes.
A React Query maintainer explains the decision-making process for adding new features, comparing modular vs holistic libraries.
A guide on using Zod to simplify and type-safe the parsing of route and query parameters in Angular applications.
A developer's guide to rendering markdown content with Nuxt 3, covering the Composition API, querying content, and handling 404s.
A developer's January 2023 update covering tech book readings, industry articles, and a search for a new mechanical keyboard.
A guide to implementing OpenTelemetry for monitoring and observability in an Angular application using the browser SDK.
A guide to using TypeScript generics and mapped types to create type-safe API response handlers for dynamic data structures.
A developer reflects on a transformative 2022, transitioning from a staff frontend role to full-time open source work, releasing a book, and speaking at tech conferences.
A guide to achieving type-safety in React Query with TypeScript, covering generics and best practices for reliable type definitions.
A developer's December 2022 monthly digest covering books on Go, TypeScript, and microservices, plus thoughts on productivity and dropping unenjoyable books.
A tutorial on integrating the SimpleRPC framework with SvelteKit 1.0 and TypeScript to create a type-safe RPC API.
Analyzes gaps in current API documentation tools for TypeScript libraries and proposes the need for a standardized API model.
Introducing an unofficial .NET SDK for creating GitHub Actions, making automation easier for C# developers.
A tutorial on building a Solid-Start application with an integrated tRPC API, covering setup, schema definition, and client generation.
A developer reflects on two major technical mistakes: choosing Flow over TypeScript and managing a multi-language monorepo, sharing lessons learned.