function Foo() { const [x, setX] = 1 |> React.useState(%); return x; }