DEV Community

Discussion on: You Might not need Redux

Collapse
 
ugzuzg profile image
Jaryk

There's no need to useCallback in AppStatusContainer, you can move the functions directly into useEffect. Also, it's missing the dependency array.