const [ignored, forceUpdate] = useReducer(x => x + 1, 0);function handleClick() { forceUpdate();}