cara menambahkan usestate di react js

const [something, setSomething] = useState()
Developer Singh