meteor-blaze-react-component
Use Blaze templates inside of React.
1import React from 'react'; 2import Blaze from 'meteor/gadicc:blaze-react-component'; 3 4const App = () => ( 5 <div> 6 <Blaze template="itemsList" items={items} /> 7 </div> 8);
Credits
- Inspired by https://github.com/gwendall/meteor-blaze-to-react/.