Как добавить usestate в React JS

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