Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Learn React with TypeScript
  • Table Of Contents Toc
  • Feedback & Rating feedback
Learn React with TypeScript

Learn React with TypeScript

By : Carl Rippon
close
close
Learn React with TypeScript

Learn React with TypeScript

By: Carl Rippon

Overview of this book

Reading, navigating, and debugging a large frontend codebase can feel overwhelming for web developers, but you can overcome this with expert guidance from a seasoned software professional with over 20 years’ experience in developing a complex line of business applications. This book will help you learn React, TypeScript, and Next.js—the core technology stack behind scalable, high-performance web applications used by top companies. This third edition of Learn React with TypeScript is updated with the latest features of React 19, including server components, server actions, and powerful new hooks. The chapters show you how to use TypeScript’s advanced features for enhanced code reliability and maintainability when building robust, type-safe components. You’ll explore efficient data fetching strategies with RSCs in Next.js, as well as in single-page applications (SPAs). The book also covers modern state management with Zustand, best practices for form handling, and strategies for building well-structured, reusable components that streamline development. Finally, you’ll focus on unit testing with Vitest, ensuring your React components are resilient and error-free. By the end of this book, you'll have at your disposal the skills and best practices needed to create maintainable and performant React applications with TypeScript and Next.js.
Table of Contents (19 chapters)
close
close
Free Chapter
1
Part 1: Introduction
5
Part 2: App Fundamentals
9
Part 3:Data
13
Part 4:Advanced React
18
Index

Using React Hooks

React Hooks are special functions that let you use React features, such as state, inside components. In this chapter, we will learn about React’s common Hooks and how to use them with TypeScript. We will implement the knowledge of all these Hooks in a React component that allows a user to adjust a score for a person. We will start by exploring the effect Hook and begin to understand use cases where it is useful. We will then delve into two state Hooks, useState and useReducer, understanding when it is best to use each one. After that, we will cover the ref Hook and how it differs from the state Hooks, and then the memo and callback Hooks, looking at how they can help performance. In the last section, we will touch briefly on other React Hooks that are either less common or covered in depth later in this book.

By the end of this chapter, you’ll have a working knowledge of the common React hooks.

So, we’ll cover the following topics:

...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech

Create a Note

Modal Close icon
You need to login to use this feature.
notes
bookmark search playlist download font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Delete Note

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Edit Note

Modal Close icon
Write a note (max 255 characters)
Cancel
Update Note

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY