React

Introduction to React - What are hooks in React us...

26.

What are hooks in React used for?

To manage state within functional components

To handle side effects within functional components

To access React's lifecycle methods within functional components

To create class components in React