Intro to React's useReducer Hook
Nov. 16, 2019
We dive into React's useReducer hook and see how we can use it to manage complex state. We first compare useState and useReducer and slowly add on to our reducer function to make it more flexible. Key Takeaways From The Video: 2:50 - Implement a…