When there is a component that should not be constantly rendered, we can wrap it with React.Memo().
We can update the components wrapped with React.Memo via props.
Thanks for reading :)
When there is a component that should not be constantly rendered, we can wrap it with React.Memo().
We can update the components wrapped with React.Memo via props.
Thanks for reading :)