Understand useState bhai!!!!!Very Imp!!!!
In the code const [count, setCount] = useState(0), count is a variable that stores the current state value, and setCount is a function to update the state value. The state value is stored in an object, but this object is not directly exposed to the c...
pravinjadhav.hashnode.dev3 min read