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.

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay