
- 254 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Micro State Management with React Hooks
About this book
Explore global state management and select the best library for your applicationKey Features• Understand the essential concepts and features of micro state management• Discover solutions to common problems faced while implementing micro state management• Explore the different libraries, their coding style, and the optimum approach to rendering optimizationBook DescriptionState management is one of the most complex concepts in React. Traditionally, developers have used monolithic state management solutions. Thanks to React Hooks, micro state management is something tuned for moving your application from a monolith to a microservice.This book provides a hands-on approach to the implementation of micro state management that will have you up and running and productive in no time. You'll learn basic patterns for state management in React and understand how to overcome the challenges encountered when you need to make the state global. Later chapters will show you how slicing a state into pieces is the way to overcome limitations. Using hooks, you'll see how you can easily reuse logic and have several solutions for specific domains, such as form state and server cache state. Finally, you'll explore how to use libraries such as Zustand, Jotai, and Valtio to organize state and manage development efficiently.By the end of this React book, you'll have learned how to choose the right global state management solution for your app requirement.What you will learn• Understand micro state management and how you can deal with global state• Build libraries using micro state management along with React Hooks• Discover how micro approaches are easy using React Hooks• Understand the difference between component state and module state• Explore several approaches for implementing a global state• Become well-versed with concrete examples and libraries such as Zustand, Jotai, and ValtioWho this book is forIf you're a React developer dealing with complex global state management solutions and want to learn how to choose the best alternative based on your requirements, this book is for you. Basic knowledge of JavaScript programming, React Hooks and TypeScript is assumed.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Part 1: React Hooks and Micro State Management
- Chapter 1, What Is Micro State Management with React Hooks?
Chapter 1: What Is Micro State Management with React Hooks?
- Understanding micro state management
- Working with hooks
- Exploring global states
- Working with useState
- Using useReducer
- Exploring the similarities and differences between useState and useReducer
Technical requirements
Understanding micro state management
Table of contents
- Micro State Management with React Hooks
- Contributors
- Preface
- Part 1: React Hooks and Micro State Management
- Chapter 1: What Is Micro State Management with React Hooks?
- Part 2: Basic Approaches to the Global State
- Chapter 2: Using Local and Global States
- Chapter 3: Sharing Component State with Context
- Chapter 4: Sharing Module State with Subscription
- Chapter 5: Sharing Component State with Context and Subscription
- Part 3: Library Implementations and Their Uses
- Chapter 6: Introducing Global State Libraries
- Chapter 7: Use Case Scenario 1 – Zustand
- Chapter 8: Use Case Scenario 2 – Jotai
- Chapter 9: Use Case Scenario 3 – Valtio
- Chapter 10: Use Case Scenario 4 – React Tracked
- Chapter 11: Similarities and Differences between Three Global State Libraries
- Other Books You May Enjoy