This post aims to demonstrate how to make truly reusable components using what are known as render-props and props.children.
Modularity Vs. Reusability
Just because it's modular doesn't mean it's reusable. Probably the most common example of this is with forms. If you're making a component for posting data,