React - components performance Using useMemo & use callback

Опубликовано: 30 Март 2026
на канале: Recro
144
13

Turn your videos into live streams with Restream https://restre.am/ANIm


Don't let slow React components hold you back application when it grows in size and complexity

In this webinar, we will dive into the world of React performance tuning and learn how to use useMemo and useCallback to improve the performance of our components. We will cover the basics of these hooks, how to use them effectively, and when to use them in your code.

Here’s what you are going to learn

What is Memoization
How to use these hooks to optimize the performance of your React components
React hooks introduction
What is useMemo and how we can integrate it
-What is useCallback and how we can integrate it