React useState hook
May 3, 2022 · 3 min read · What is a Hook? Hooks are a new addition to React 16.8. They let you use state and other React features without writing a class. Hooks allow us to "hook" into React features such as state and lifecycle methods. Let’s quickly look at the useState Hook...
Join discussion

