React Hooks in Action

  • 5h 29m
  • John Larsen
  • Manning Publications
  • 2021

React Hooks in Action teaches you to write fast and reusable React components using Hooks.

Summary

Build stylish, slick, and speedy-to-load user interfaces in React without writing custom classes. React Hooks are a new category of functions that help you to manage state, lifecycle, and side effects within functional components. React Hooks in Action teaches you to use pre-built hooks like useState, useReducer and useEffect to build your own hooks. Your code will be more reusable, require less boilerplate, and you’ll instantly be a more effective React developer.

About the technology

Get started with React Hooks and you’ll soon have code that’s better organized and easier to maintain. React Hooks are targeted JavaScript functions that let you reuse and share functionality across components. Use them to split components into smaller functions, manage state and side effects, and access React features without classes—all without having to rearrange your component hierarchy.

About the book

React Hooks in Action teaches you to write fast and reusable React components using Hooks. You’ll start by learning to create component code with Hooks. Next, you’ll implement a resource booking application that demonstrates managing local state, application state, and side effects like fetching data. Code samples and illustrations make learning Hooks easy.

What's inside

  • Build function components that access React features
  • Manage local, shared, and application state
  • Explore built-in, custom, and third-party hooks
  • Load, update, and cache data with React Query
  • Improve page and data loading with code-splitting and React Suspense

In this Book

  • React is Evolving
  • Managing Component State with the useState Hook
  • Managing Component State with the useReducer Hook
  • Working with Side Effects
  • Managing Component State with the useRef Hook
  • Managing Application State
  • Managing Performance with useMemo
  • Managing State with the Context API
  • Creating Your Own Hooks
  • Using Third-Party Hooks
  • Code Splitting with Suspense
  • Integrating Data Fetching with Suspense
  • Experimenting with useTransition, useDeferredValue, and SuspenseList
SHOW MORE
FREE ACCESS

YOU MIGHT ALSO LIKE

Rating 5.0 of 1 users Rating 5.0 of 1 users (1)
Rating 4.6 of 265 users Rating 4.6 of 265 users (265)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.0 of 42 users Rating 4.0 of 42 users (42)