DEV Community

Discussion on: Why React projects still use Redux

Collapse
 
alexandrudanpop profile image
Alexandru-Dan Pop

Yep, useReducer can also be used for complex local state. When that state needs to be shared it can be lifted in a Context or in Redux.