beginor / beginor.github.io

https://beginor.github.io
7 stars 3 forks source link

2023/03/28/react-tutorial-02-effect #58

Open utterances-bot opened 8 months ago

utterances-bot commented 8 months ago

React 入门 02 - Effect - 张志敏的技术专栏

本文介绍 React 函数组件的 useEffect 以及 useLayoutEffect

https://beginor.github.io/2023/03/28/react-tutorial-02-effect.html

GoToBoy commented 8 months ago

关于useEffect,比较推荐这篇https://react.dev/learn/you-might-not-need-an-effect

beginor commented 8 months ago

这只是我个人的一些粗浅的简介,肯定没有 React 官方的全面。 比如我个人认为 effect 是非常优雅的设计,而很多人则认为是很不好的设计。