React Hooks Beginners Finds Difficult to Understand
INTRODUCTION
React hooks are in-built functions that allows you to access state and other React features without using class component. It was introduced in the React 16.8 version.
We will only be looking at these React hooks:
useRef
useReducer
use...
detwins.hashnode.dev6 min read