Part 3: Library Implementations and Their Uses
In this part, we introduce four libraries for micro-state management. We discuss their approaches for optimizing re-renders along with their use. We explain the similarities and differences among all four libraries. Finally, you will learn how to choose libraries based on their requirements and preferences.
This part comprises the following chapters:
- 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