What are pure components in React?
3)omponents that can replace any component which only has a render() method
2) Components that enhance the simplicity of the code and performance of the application
3) Components that are stateless
4) Components that can be written in any programming language