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