Meteor Blaze React Component

screenshot of Meteor Blaze React Component

<Blaze template="itemsList" items={items} />

Overview

The Blaze React Component is a tool that allows users to use Blaze templates within their React applications. It was developed in 2016 by Gadi Cohen and is released under the MIT license. This component provides a way to render Blaze templates inside React components, making it easier to interoperate between the two frameworks.

Features

  • Use Blaze templates inside React components
  • Render templates into a <span> tag with the ability to specify a className attribute
  • Troubleshooting tips for common errors, such as missing templates or target container not being a DOM element
  • Re-exporting feature for those who prefer to use the <Blaze /> component directly
  • Optional and old Meteor support, including instructions for providing React support in packages