Cómo agregar un USESTATE en React JS

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