DEV Community

Discussion on: How to be a better react Developer.

Collapse
 
koichadev profile image
Khoi Hoang

How is hooks compared to using a Redux for example?

Collapse
 
mapleleaf profile image
MapleLeaf

Hooks and redux aren't alternatives, they work together. Redux even comes with hooks: react-redux.js.org/api/hooks

Though a lot of apps that use Redux might not need it to begin with: simplethread.com/cant-replace-redu...