I ran a profiler on the following code:
function App() { const [ counter, setCounter ] = useState(0); return {counter} 相关标签: