How Infinite Queries work
Explains a bug in React Query's Infinite Queries feature, detailing the issue, its conditions, and the underlying mechanics of infinite scrolling.
Explains a bug in React Query's Infinite Queries feature, detailing the issue, its conditions, and the underlying mechanics of infinite scrolling.
A guide to configuring Visual Studio Code with essential extensions and settings to optimize the development workflow for Angular projects.
A daily tech news roundup covering TypeScript 5.6 Beta, Uno Platform 5.3, Avalonia 11.1, .NET Aspire, and other development updates.
The article argues against using barrel files in JavaScript/TypeScript projects, explaining their drawbacks and negative impact on code organization.
A developer explores Val Town, a social platform for writing and deploying TypeScript functions, APIs, and scheduled jobs directly from the browser.
Compares performance of TypeScript's `private` properties vs JavaScript's `#` private fields, concluding there's no practical difference.
A guide on creating an npm package with TypeScript that supports both CommonJS and ECMAScript Modules (ESM).
Explains JavaScript floating-point rounding errors in financial apps and offers solutions like integer-based calculations.
Explores the challenges and benefits of schema-first GraphQL development in TypeScript, comparing it to code-first approaches.
An introduction to Valibot, a new modular data validation library for JavaScript, exploring its origins and core concepts.
An introduction to property-based testing in TypeScript using fast-check, explaining how to test program properties instead of specific examples.
A guide on using the ts-rs crate to generate TypeScript bindings from Rust code, including a custom Rollup plugin for bundling.
A project lead details the migration of the DefinitelyTyped repository from TSLint to ESLint and dprint for formatting, highlighting the challenges and decisions involved.
Explains how Puzzmo's API uses a plugin architecture and TypeScript to manage per-game customizations for features like leaderboards and news.
A tutorial on how to seed a database using Prisma and TypeScript, including setup and execution steps.
Developer creates and releases a custom dark VSCode theme inspired by Agathist's brand colors, with plans for a light theme.
Announcing oneRepo v1.0.0, a new monorepo toolchain for JavaScript and TypeScript focused on developer experience, safety, and speed.
A guide to building flexible, reusable React components using polymorphic patterns with TypeScript for type safety.
A full-time open source maintainer outlines his 2024 goals, focusing on TypeScript static analysis, the typescript-eslint project, and ecosystem stewardship.
Exploring a new approach to Angular forms using Signals, combining the best of Template-Driven and Reactive Forms with a signal-based API.