DEV Community

DINH VAN KHOI
DINH VAN KHOI

Posted on

React knowledge about hooks

Once you have mastered, and how to use React hooks, without using Redux, is this okay? , is it necessary to use redux? To transmit data through parent - child, use props. If the data is complex, transmitting data down to the lever level, is it necessary to use the useContent context to replace props? , is it okay to master hooks that can be used without redux? When building a website with a simple or complex structure, what should you consider?

Top comments (1)

Collapse
 
link2twenty profile image
Andrew Bone

Redux is for state management, whilst you don't need state management as a app becomes more complicated it can be helpful to have something in place.