Day 08: Basic Hooks
Aug 3, 2023 · 2 min read · #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...
Join discussion




