Sharing behaviour between React components
React 0.13 introduced using plain Javascript classes to create components, 0.14 introduced “stateless functional components” as another method of defining them. Neither of these have an in-built method for behaviour sharing such as we had with the mixins…