Using Memo In ReactJS
Let's discuss on how to use memo in React, you can get to know more about memo by checking my article about on how to perfectly use React-Hooks.
Using memo will cause React to skip rendering a component if its props have not changed, and it can also...
saintvandora.hashnode.dev2 min read