Part 1: React Hooks and Micro State Management
In this part, we introduce the concept of micro-state management, which gained attention with React hooks. We also cover the technical aspects of the useState
and useReducer
hooks to get ready for the next part.
This part comprises the following chapter:
- Chapter 1, What Is Micro State Management with React Hooks?