DEV Community

Discussion on: 11 Awesome Resources To Bring Your React App to The Next Level

Collapse
 
gdangelo profile image
Grégory D'Angelo

Hey @OmarC! Thanks for your comment. Redux is a great tool when you have a large application that needs to handle complex state logic. In case, you are working on a smaller application, there is a bunch of other alternatives like using the new useReducer hook combine with the React Context.