Day 08: Basic Hooks
#100DaysOfCode
Day 08: Basic Hooks
useState hook is used to manage the state of a functional component. It returns an array with two values: the current state value and a setter function to update the state value. This update function re-renders th...
moazamdev.hashnode.dev2 min read