Learn React with TypeScript - 3rd Edition
NewA comprehensive guide to building modern React applications with TypeScript. Learn best practices, advanced patterns, and real-world development techniques.
View on Amazon
Create an AI review analyser with React 19 and Vercel AI SDK. The step-by-step guide leverages React 19's Server Functions, server-side validation with Zod, the useActionState hook, and the Vercel AI SDK.
How autonomous AI coding agents can boost developer productivity
How to structure AI prompts using PRDs and task lists to build complex features more efficiently instead of relying on error-prone "one-shot" attempts
A comprehensive guide to building modern React applications with TypeScript. Learn best practices, advanced patterns, and real-world development techniques.
View on AmazonAfter using AI for coding heavily for the past 6+ months, I'm starting to see clearer patterns in what works and what doesn't
How to build an Accessible React form with React Hook Form
Automated accessibility checks for React apps
How to mock console.warn / console.error
How to test component Emotion styles
How to use a ref internally that is forwarded
Creating codemods for React and TypeScript
How to mock a function in Jest for a React and Typescript app
How to install and use the debounce function from Lodash in a React and TypeScript app
Try the React release candidate with TypeScript
How to make a reusable react component library tree shakeable
how to use React Query with requests that make data updates
How to cancel fetch requests with React Query and TypeScript
Explores the retry feature in React Query which is useful when fetching data over flakey connections
How to set app level state from a web service request with React Query with TypeScript
How to lazily load data in a list with React Query with TypeScript
How to page through a collection of data using React Query with TypeScript to provide an awesome user experience
How to do a request that depends on the result of another request using React Query with TypeScript
How to use React Query with TypeScript to fetch data
How to cancel a fetch request in a React and TypeScript app
How to install and use Jest and React Testing Library for writing automated tests in a React and TypeScript app.
How to configure Webpack 5 so that images can be imported in a React app with TypeScript.
How to configure Webpack 5 so that CSS can be imported in a React app with TypeScript
How to use Webpack 5 to bundle a React app with TypeScript and ESLint
How to configure Playwright to use Jest as its test runner and use TypeScript for writing tests. Also covers how to debug tests in VS Code
How to forward React refs with TypeScript.
How to use React refs with TypeScript in function and class components.