Mohamad Shiralizadeh
Mohamad Shiralizadeh
Engineer IV at ING | Starving for JavaScript ❀️ | Enthusiastic Learner | Speaker | Family Lover πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦
Interests:
React Advanced Conference 2023React Advanced Conference 2023
24 min
How to NOT use useEffect?
Are you using React in your project? If so, you must used useEffect! Actually, it’s essential for many use cases, but there are instances where it might not be the best solution, and avoiding it can improve your application's performance.
In this talk, we will learn from experience which is the missing piece of the puzzle to master useEffect. Taking a look at the incorrect cases and trying to improve their performance helps us to have a deeper understanding of it.