Closed mthanh2209 closed 10 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
react-training | ❌ Failed (Inspect) | Jan 10, 2024 4:34am | |
storybook | ❌ Failed (Inspect) | Jan 10, 2024 4:34am |
In this section, I learned how to convert from useState to useReducer and how to use useReducer. 1. What a reducer function is?
2. How to refactor useState to useReducer?
3. When to use a reducer?
4. How to write one well?