React Hooks in Action: With Suspense and Concurrent Mode

React Hooks in Action: With Suspense and Concurrent Mode

John Larsen

React Hooks in Action is a comprehensive guide for developers looking to enhance their React skills by mastering the use of Hooks. The book focuses on teaching readers how to create fast and reusable React components using pre-built Hooks like useState, useReducer, and useEffect, as well as custom Hooks. It covers essential topics such as managing local, shared, and application state, working with side effects, and improving performance with useMemo. The author, John Larsen, draws from his extensive experience as a teacher and web developer to present the material in an accessible manner. The book is structured in two parts, starting with the fundamentals of React Hooks and progressing to more advanced concepts. It includes practical examples, such as building a resource booking application, to demonstrate the implementation of Hooks in real-world scenarios. Additionally, the book explores topics like code splitting with Suspense, data fetching integration, and experimenting with newer features like useTransition and useDeferredValue. React Hooks in Action is suitable for beginning to intermediate React developers who want to write more efficient, organized, and maintainable code without relying on class components or rearranging component hierarchies.

AmazonManning Publications
Affiliate links may provide us with a small commission.