7 ms·
"use state zero". What does it even mean? And why "const" is used for a value that changes? const [count, setCount] = useState(0) are u being serious rn?
by slopinthebag 10d ago
"use state zero". What does it even mean? And why "const" is used for a value that changes?
const [count, setCount] = useState(0)
are u being serious rn?