JTP interview question

What do you understand by react hooks?

Interview Answer

Anonymous

9 Oct 2024

React Hooks are functions that allow developers to access React features from within functional components. They are used to handle state and other side effects of functional components.