import { State, Observe } from '../es'; import { Link } from "@reach/router"; # Counter {({ setState }) => ( )} The button has been clicked: { ({...state}) => (`${state.count} times`) }