React Hooks: useState and useEffect

added by JavaScript Kicks
12/2/2019 7:47:15 AM

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