useEffect.dev
← Back to lessons

Lesson 7. Solving infinite loops when using useEffect 4. Next steps

In these two last lessons we saw how to handle issues with async code and infinite loops; let’s now see how to deal with some performance issues with components, using memoization.