React Hooks

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. Although Hooks generally replace class components, there are no plans to remove classes from React. What is a Hook? Hooks allow us to “hook”Continue reading “React Hooks”