Pure Component in React
This article was originally published on the DeadSimpleChat Blog: Pure Component in React
Pure components are similar to react components but does not re-render if the props and state does not change
When a pure component receives new props and state...
metered.hashnode.dev8 min read