1.useState闭包问题
使用 setState不实用箭头函数会导致闭包,开代码:
<script type="text/babel">
function HelloWorld(){
const [txt, settxt] = React.useState(1);
1.useState闭包问题
使用 setState不实用箭头函数会导致闭包,开代码:
<script type="text/babel">
function HelloWorld(){
const [txt, settxt] = React.useState(1);