How to use React Memo: Optimize performance React
In this article we will use React Memo and React useCallback so that it can optimally update the DOM for rendering a large list using it’s magic. But understanding and using React correctly is of great importance as then only we can gain its benefits else we are stuck with performance problem for our application.
Read More »How to use React Memo: Optimize performance React