388 Views
React Hooks were added in React 16.8. In simple terms, they let you use state, lifecycle methods, and other React features without classes. This means they allow you to build an entire React app with only functional components. For information on why React Hooks were implemented, you can refer to this documentation.
0 comments