SetState Scal Table w komponentach funkcjonalnych
const [user, setUser] = useState([]);
setUser([...user, [1,2,3]]) //another array
Lonely Lyrebird
const [user, setUser] = useState([]);
setUser([...user, [1,2,3]]) //another array