我正在尝试 React.js 但我想要的不起作用。这是我的代码:
import React, { useState } from 'react';
function App() {
const [count, setCount] = useState(0);
setCount(count + 1);
return (
<div>
<p>value of count : {count} fois</p>
</div>
);
}
export default App;
我有 :
Too many re-renders. React limits the number of renders to prevent an infinite loop.
您可以在那里看到错误:https://codesandbox.io/s/nostalgic-engelbart-tzbxv ?file=/src/App.js:0-244
感谢您的帮助 !
摇曳的蔷薇
呼如林
温温酱
回首忆惘然
相关分类