react hook第二天

var [count,setCount]=useState(0)//count=0
useEffect (()=>{
},[])//第一次进入调用

useContext 解决prop深度注入。父子传递数据

posted @ 2021-03-26 10:11  木头小屋  阅读(16)  评论(0编辑  收藏  举报