Loading...
「ツール」は右上に移動しました。
利用したサーバー: natural-voltaic-titanium
216いいね 7401回再生

useMemo Hook in React | Memoization in React | Optimisation Techniques @NishaSingla

useMemo Hook is use to implement memoization in React components.

Memoization is a technique for performance optimization where result of expensive function get store in cache and for next calls, instead of executing the function again, it return the data from cache value - it drastically improve the performance.

In REact Components also we can get this with the help of useMemo hook, which is really effective for component performance but use it with proper use case, otherwise it can harm the performance as well :)

►If wanted to know more about memoization, check this video
   • Memoization in JavaScript | JavaScript Int...  

Checkout previous video on useContext and useReducer before watching this video

►Checkout previous video redux Toolkit
   • Learn Redux Toolkit in 1 video with Projec...  



Connect with Me On Social Media
Facebook: www.facebook.com/AngularJS4Be...
LinkedIn: www.linkedin.com/in/nisha-sin...
Instagram : www.instagram.com/nishasingla05/
Twitter: twitter.com/nishasingla05

#nishasingla #react #javascript

コメント