Learn React Hooks: useMemo - Simply Explained!
YouTube Viewers YouTube Viewers
81.1K subscribers
74,651 views
0

 Published On May 8, 2023

Join The Discord! → https://discord.cosdensolutions.io
Source Code → https://github.com/cosdensolutions/co...

In this video we will learn about React hooks, starting with useMemo. This powerful React hook will allow you to fix your performance problems by memoizing a value and only re-computing when necessary. You will learn how to identify expensive computations in your components, how they affect the performance of your React app, and how to implement React's useMemo to memoize the value and use the dependency array to only compute when necessary.

In this new React world, hooks are here to stay, so it's best to learn them! In this tutorial I demonstrate the useMemo React hook, and I explain it very simply and in a way that is easy to understand. Enjoy!

show more

Share/Embed