The react.js site has the following code on this page:
const [count, setCount] = useState(0); ... setCount(count + 1)}>