Learn React Hooks: Unlock scalable state, performance, and clean code with Hooks, Context, Suspense, and Form Actions
Author: Daniel Bugl (Author), Georg Schelkshorn (Foreword)
Publisher finelybook 出版社: Packt Publishing
Publication Date 出版日期: 2025-05-23
Edition 版本: 2nd ed.
Language 语言: English
Print Length 页数: 372 pages
ISBN-10: 1836209177
ISBN-13: 9781836209171
Book Description
Grasp the core concepts of React Hooks and enhance your development workflow with best practices and advanced patterns derived from modern React 19 features
Key Features
- Build custom Hooks to simplify complex logic and promote code reusability
- Transform class components into modern, hook-based function components, and write robust tests
- Build maintainable, production-ready UIs using React 19’s declarative approach and ecosystem tools
- Purchase of the print or Kindle book includes a free PDF eBook
Book Description
React Hooks allow you to easily encapsulate, reuse, and refactor logic with the same level of simplicity that components bring to user interface organization.
In this second edition, React expert and author of many popular React books, Daniel Bugl guides you through the full spectrum of React Hooks, and teaches you how to handle forms, routing, and data fetching in modern React development. This edition is fully updated to React 19, with a revamped structure, expanded real-world use cases, and coverage of all newly introduced Hooks.
Starting with the fundamentals, you’ll gain a deep understanding of how Hooks work under the hood and how to apply Hooks patterns efficiently. The chapters guide you through using State, Reducer, and Effect Hooks to manage application state, side effects, and complex logic for building your first Hook-based app. You’ll utilize Suspense and Context APIs for streamlined data fetching and state management, master Form Actions for handling submissions, and implement routing with Hooks. You’ll also create custom Hooks for advanced functionality and write tests for reliability. Finally, you’ll learn how to refactor an existing app with class components into modern Hooks architecture.
By the end of this React book, you’ll be well-equipped to use React Hooks to modernize and optimize your React projects.
What you will learn
- Master and apply new React 19 Hooks, such as useActionState, useFormStatus, useOptimistic, and others
- Use React Hooks and Context to manage state in your web applications
- Efficiently fetch, update, and cache data using TanStack Query and Suspense
- Manage user input and form submission using Form Actions with Hooks
- Discover how to implement routing in your apps using React Router and Hooks
- Create and test your own Hooks to encapsulate, reuse, and refactor logic in your apps
Who this book is for
This book is ideal for React developers looking to modernize their applications using React Hooks, Context, and Suspense. Beginners and experienced developers alike will gain a solid understanding of Hooks and their internal workings. If you’re familiar with React and JavaScript, this book will help you upskill by teaching you best practices, performance optimization, and scalable application building. No prior experience with Hooks is required—this book covers everything from fundamentals to advanced patterns.
Table of Contents
- Introducing React and React Hooks
- Using the State Hook
- Writing Your First Application with React Hooks
- Using the Reducer and Effect Hooks
- Implementing React Contexts
- Using Hooks and React Suspense for Data Fetching
- Using Hooks for Handling Forms
- Using Hooks for Routing
- Advanced Hooks Provided by React
- Using Community Hooks
- Rules of Hooks
- Building Your Own Hooks
- Migrating from React Class Components
Review
“This book will help anyone just starting with React or looking to improve their skills. Daniel is a respected voice in the React community and has published two successful React books. He maintains popular open-source libraries and leads and consults development teams for insurance and industrial companies, as well as e-government projects using React and Next.js.
Daniel’s well-structured approach shows teams how to consistently reach their goals…. He focuses on practical solutions derived from years of real-world expertise with React. In this book, you can now experience what has helped so many teams excel. Let’s start your journey to bring your React game to the next level.”
Georg Schelkshorn, Co-Founder of TouchLay GmbH