Explain pure components in React js

Pure components are the fastest components which can replace any component with the only a render(). It helps you to enhance the simplicity of the code and performance of the application.