State Management in React
Hooks were added to React in version 16.8. Hooks allow function components to have access to state and other React features Because of this, class components are generally no longer needed.State management in React refers to the management of the dat...
ajdev.com3 min read