What is the use of UseMemo

useMemo is a memorise hook that avoid rendering a Component if there is no change in props
let’s take an example when a parent child renders all of it’s children component will render but we can avoid rendering of children if there is no change in th…

useMemo is a memorise hook that avoid rendering a Component if there is no change in props
let’s take an example when a parent child renders all of it’s children component will render but we can avoid rendering of children if there is no change in the props by wrapping
it with a React.useMemo hook


Print Share Comment Cite Upload Translate
APA
John | Sciencx (2024-03-29T14:55:47+00:00) » What is the use of UseMemo. Retrieved from https://www.scien.cx/2022/01/15/what-is-the-use-of-usememo/.
MLA
" » What is the use of UseMemo." John | Sciencx - Saturday January 15, 2022, https://www.scien.cx/2022/01/15/what-is-the-use-of-usememo/
HARVARD
John | Sciencx Saturday January 15, 2022 » What is the use of UseMemo., viewed 2024-03-29T14:55:47+00:00,<https://www.scien.cx/2022/01/15/what-is-the-use-of-usememo/>
VANCOUVER
John | Sciencx - » What is the use of UseMemo. [Internet]. [Accessed 2024-03-29T14:55:47+00:00]. Available from: https://www.scien.cx/2022/01/15/what-is-the-use-of-usememo/
CHICAGO
" » What is the use of UseMemo." John | Sciencx - Accessed 2024-03-29T14:55:47+00:00. https://www.scien.cx/2022/01/15/what-is-the-use-of-usememo/
IEEE
" » What is the use of UseMemo." John | Sciencx [Online]. Available: https://www.scien.cx/2022/01/15/what-is-the-use-of-usememo/. [Accessed: 2024-03-29T14:55:47+00:00]
rf:citation
» What is the use of UseMemo | John | Sciencx | https://www.scien.cx/2022/01/15/what-is-the-use-of-usememo/ | 2024-03-29T14:55:47+00:00
https://github.com/addpipe/simple-recorderjs-demo