Prevent Unnecessary Re-Renders of Components When Using useContext with React
Why Does useContext Trigger Unnecessary Re-Renders?
Jan 12, 20256 min read
Search for a command to run...
Why Does useContext Trigger Unnecessary Re-Renders?
A Comprehensive Comparison for Modern Web Development

Have you ever found yourself thinking in a complex project asking this question, then in this article I will try to answer with examples Let's say the following type is defined: interface Shape { color: string; } Now, maybe we need a way to abstra...

Avoid Object is possibly 'null'.ts(2531)

Typescript generic type parameters: T vs T extends {}

When is it recommended to use?

Improve in Git will make you a better Team player
Avoid the mistake that many do : using useMemo() for retrive data from some long running APIs
React: useEffect vs useMemo vs useState, which and when use them?
