["React Hooks in Action" - Guide you to use hooks to develop React components with excellent performance and high reusability]

After using React Hooks, you will quickly find that your code becomes more organized and easier to maintain. React Hooks are JavaScript functions designed to provide users with reusable and shared functionality across components. With React Hooks, you can split components into functions, manage state and side effects, and call React's built-in functionality without having to declare a class. Moreover, all of the above operations do not involve readjusting the hierarchy of components.

"React Hooks in Action" will guide you to use hooks to develop React components with excellent performance and high reusability. First, you will learn how to create component code using hooks. Next, you'll implement a resource booking application yourself, an example that demonstrates how to manage local state, application state, and side effects like requesting data. Code examples and diagrams in the book help you learn hooks more easily.

This book is a book that introduces front-end React Hooks. There are many books introducing React on the market, but there are not many Chinese books that explain React Hooks comprehensively and completely. As a major feature of React's subsequent updates, using ReactHooks correctly is a must-have skill for every React developer. This book uses a working booking application as an example to introduce the usage scenarios and methods of various hooks in detail—these hooks include useState.useReducer, useEffect, useRef, useCallback, useMemo, useContext, custom hooks and commonly used Three-party hook, while introducing the Suspense component and the experimental API in Concurrent mode in the advanced content. This book provides corresponding links for the code examples shown in the book, and adds comments to the key codes to help you understand and practice. Compared with official documents, this book is more practical, focusing on using hooks to solve problems in actual development. In addition to explaining how to use hooks, it also explains why they are used in this way, which can help you more easily apply these theoretical knowledge to your own project.

Excerpt from the translator's preface of "React Hooks in Action"

 

 

 

 

 React Hooks in Action (Web Development and Design) 【Picture Price Brand Review】-JD.com is a professional online shopping mall in China, providing you with React Hooks in Action (Web Development and Design) price, pictures, brands, reviews, etc. Related information. https://item.m.jd.com/product/13393905.html

Guess you like

Origin blog.csdn.net/qinghuawenkang/article/details/131954107