正在加载视频...

视频加载失败

❌ Avoid using objects as dependencies in React.useEffect() ✅ Instead use the primitive keys

43,042 次观看 • 1 年前 •via X (Twitter)

8 条评论

George Moller 的头像
George Moller1 年前

I've been working professionally with React for more than 8 years and I compiled all my knowledge into 100+ infographics and 70+ video tutorials just like this one. Check them out ↓

SecurityPal 的头像
SecurityPal1 年前

“When something breaks, be transparent, own it, fix it. And it's really about how you respond to it.” @WilHarm3 (@craft_ventures) emphasizes the importance of transparency and responsiveness when things go wrong. Watch the episode here:

skylerdj👻 的头像
skylerdj👻1 年前

or be toxic and wrap the object with `JSON.stringify()`

Gustavo AL. 的头像
Gustavo AL.1 年前

Good advice, but in this case you might not need an useEffect. Like this article of official documentation said, a useEffect is to synchronize external state (API, storage, DOM) with internal state of React.

Mohammad, the Dev one. 的头像
Mohammad, the Dev one.1 年前

Here,understanding the concept of passed by value and passed by reference shines. When we put an passed by reference item into the dependency array, it makes the useEffect to re-run on reach re-render. Good point 👍

Alejandro 的头像
Alejandro1 年前

if you use const {userId} = params everything should be the same no?

Ethan_AI Marketer for 𝕏 的头像
Ethan_AI Marketer for 𝕏1 年前

Have you tried using primitive keys in your useEffect dependencies? It can really help avoid unnecessary re-renders. I’ve seen it make a big difference in performance.

nome 的头像
nome1 年前

i want a react job i am working in react since 2 years i have strong grip on react ,redux , tailwindcss,material ui ,ajax ,axios ,jsx , props , hooks ,state management , ui responsive design

相关视频