DEV Community

Discussion on: How to Create a Video Player in React

Collapse
 
georgewl profile image
George WL

I would recommend instead of using a large state object, you instead make use of the useReducer hook, this would also simplify your handlers by bundling them into the reducer

Collapse
 
franciscomendes10866 profile image
Francisco Mendes

It's a good approach 🧐 Thanks 🙌