React Tutorial Beginner - `useState` and `useEffect` with Example Code
In this tutorial, I'm going to give you a step-by-step guide on understanding the main concepts of React which introduce the concept of state and lifecycle in a React component.
State is Memory of a Component
Let's have a brief on what State is.
As a...
amirahnasihah.hashnode.dev12 min read