In Defense of Non-Presentational React Components
React components, especially stateless functional components, are typically used to generate UI elements on a web page. However, a React component doesn’t necessarily need to render anything at all. A classic example of this behavior is the…