const App = () => useState(0) .map(([count, setCount]) => (
{count}
)) render(, main)