You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We didn't cover this this week as it's a bit more advanced, but if you've got lots of state like this it can be a good idea to use React.useReducer() to group all your updates together.
RK-The-Long-Grass/src/App.js
Lines 14 to 20 in 87e195e
We didn't cover this this week as it's a bit more advanced, but if you've got lots of state like this it can be a good idea to use
React.useReducer()
to group all your updates together.You can read more about it in the docs
The text was updated successfully, but these errors were encountered: