react-mustache React wrapper-component for mustache. Can be used to render templates inside a react component. Usage import ReactMustache from 'react-mustache' <ReactMustache template="Welcome {{title}}" data={{title: 'Mr. Gregory'}} />