Full-Stack TypeScript with tRPC and React
A tutorial on building a full-stack TypeScript application with end-to-end type safety using tRPC, React, and Node.js.
A tutorial on building a full-stack TypeScript application with end-to-end type safety using tRPC, React, and Node.js.
A React Query maintainer explains the decision-making process for adding new features, comparing modular vs holistic libraries.
A guide to achieving type-safety in React Query with TypeScript, covering generics and best practices for reliable type definitions.
A guide on typing React function components with TypeScript, using a Select component as an example to demonstrate prop typing methods.
A tutorial on setting up and running TypeScript in a Node.js backend project, including ts-node and nodemon.
Author announces 'The TypeScript Cookbook', a new O'Reilly book for 2023 providing practical solutions for everyday TypeScript problems.
Explains how to seed the React Query cache to optimize data fetching and avoid fetch waterfalls in React applications.
A tutorial explaining how to implement and use user-defined type guards in TypeScript to conditionally apply logic based on variable types.
Explores React refs, events, and escape hatches to handle stale closures and mutable state without dependency arrays.
A tutorial explaining TypeScript Generics, starting with basic functions and progressing to abstract, reusable code.
Explores how React Query and React Router 6.4's data fetching features (loaders/actions) complement each other for effective data management.
A guide on using TypeScript with React's useState Hook, covering type inference and explicit type arguments for complex state.
A guide on using React's useRef Hook with TypeScript, covering HTML element refs and mutable instance variables.
A comprehensive FAQ guide addressing common questions and best practices for using React Query in modern web development.
Explains the challenges of iterating over object keys in TypeScript and provides solutions for type-safe property access.
Explains the React 'as' prop, a technique for dynamically changing rendered HTML elements in components for semantic and styling flexibility.
A talk sharing lessons learned from maintaining TypeScript libraries, covering type publishing, API versioning, and debugging.
Explores the difference between optional parameters and undefined types in TypeScript, with practical examples from React Query.
A TypeScript talk write-up on creating advanced types for the Commander.js library to improve CLI development safety and developer experience.
Common mistakes to avoid when learning TypeScript, especially for developers with JavaScript or other language backgrounds.