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 Hooks
  • Table Of Contents Toc
  • Feedback & Rating feedback
Learn React Hooks

Learn React Hooks - Second Edition

By : Bugl
close
close
Learn React Hooks

Learn React Hooks

By: Bugl

Overview of this book

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.
Table of Contents (19 chapters)
close
close
Lock Free Chapter
1
Introduction to Hooks
5
Using Hooks With Real-World Examples
13
Refactoring and Migrating Existing Code
17
Other Books You May Enjoy
18
Index

Setting up a simple backend server

Before we can implement requests, we need to implement a server. Since we are focusing on the user interface in this book, we are going to set up a dummy server, which will allow us to test out requests. We are going to use the json-server tool to create a mock Representational State Transfer (REST) Application Programming Interface (API) from a JSON file.

Creating the db.json file

To be able to use the json-server tool, we first need to create a db.json file, which is going to contain the database for the server. The json-server tool will then create a REST API that allows us to access and modify the db.json file, as follows:

  • GET requests, to view data from the file
  • POST requests, to insert new data into the file
  • PUT and PATCH requests, to adjust existing data in the file
  • DELETE requests, to remove data from the file

The structure of the REST API is inferred from a JSON object in the db.json file. For...

Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Learn React Hooks
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist download Download options font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

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

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon