Can someone explain me what is going on here?
const [counter, setCounter] = useState(0);
Is it some kind of assignment?